aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/roles/apt/tasks/main.yml
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-08-11 09:17:50 +0200
committerEgor Tensin <Egor.Tensin@gmail.com>2023-08-11 19:04:51 +0200
commit1c363a140e3cbc2ed96eeb372cf3abfdb642d3f0 (patch)
treee554df64114e323902d360ce627f22a04e2e1745 /roles/apt/tasks/main.yml
parentjournald: parametrize the log level (diff)
downloadinfra-ansible-1c363a140e3cbc2ed96eeb372cf3abfdb642d3f0.tar.gz
infra-ansible-1c363a140e3cbc2ed96eeb372cf3abfdb642d3f0.zip
apt: configure unattended-upgrades
Diffstat (limited to 'roles/apt/tasks/main.yml')
-rw-r--r--roles/apt/tasks/main.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/roles/apt/tasks/main.yml b/roles/apt/tasks/main.yml
index 1d07a7f..6511c44 100644
--- a/roles/apt/tasks/main.yml
+++ b/roles/apt/tasks/main.yml
@@ -25,3 +25,6 @@
install_recommends: false
name: '{{ apt_extra_packages }}'
state: present
+
+- name: Configure unattended-upgrades
+ ansible.builtin.include_tasks: unattended_upgrades.yml