Initial commit
This commit is contained in:
7
roles/weareinteractive.apt/tasks/unattended_upgrades.yml
Executable file
7
roles/weareinteractive.apt/tasks/unattended_upgrades.yml
Executable file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
|
||||
- name: Installing packages
|
||||
apt:
|
||||
pkg: "unattended-upgrades"
|
||||
state: "{{ 'latest' if apt_unattended_upgrades else 'absent' }}"
|
||||
when: apt_unattended_upgrades | bool
|
||||
Reference in New Issue
Block a user