aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/roles/apt
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-08-11 19:40:46 +0200
committerEgor Tensin <Egor.Tensin@gmail.com>2023-08-11 19:42:52 +0200
commit2640e0c08751d5784908f2bcdc6e4f1426ccbcae (patch)
treea1c055aba6790f575f70de345f45905b221b7999 /roles/apt
parentv0.0.9 (diff)
downloadinfra-ansible-2640e0c08751d5784908f2bcdc6e4f1426ccbcae.tar.gz
infra-ansible-2640e0c08751d5784908f2bcdc6e4f1426ccbcae.zip
fix some ansible-lint warnings
Diffstat (limited to 'roles/apt')
-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