aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/roles/apt/tasks/unattended_upgrades.yml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/apt/tasks/unattended_upgrades.yml')
-rw-r--r--roles/apt/tasks/unattended_upgrades.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/apt/tasks/unattended_upgrades.yml b/roles/apt/tasks/unattended_upgrades.yml
index 7549ec2..e9fdd05 100644
--- a/roles/apt/tasks/unattended_upgrades.yml
+++ b/roles/apt/tasks/unattended_upgrades.yml
@@ -1,9 +1,9 @@
- name: Install unattended-upgrades
become: true
ansible.builtin.apt:
- install_recommends: false
name: unattended-upgrades
state: present
+ install_recommends: false
- name: 50unattended-upgrades
become: true