aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/roles/apt
diff options
context:
space:
mode:
Diffstat (limited to '')
-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 79327d5..7549ec2 100644
--- a/roles/apt/tasks/unattended_upgrades.yml
+++ b/roles/apt/tasks/unattended_upgrades.yml
@@ -1,5 +1,5 @@
- name: Install unattended-upgrades
- become:
+ become: true
ansible.builtin.apt:
install_recommends: false
name: unattended-upgrades