We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48df126 commit af29108Copy full SHA for af29108
infrastructure/server-setup/tasks/updates.yml
@@ -1,15 +1,4 @@
1
-- name: Update apt repository
2
- apt:
3
- update_cache: yes
4
- force_apt_get: yes
5
6
-- name: Manage apt updates, upgrades, and package installation
7
- shell: |
8
- while fuser /var/lib/dpkg/lock >/dev/null 2>&1; do sleep 5; done
9
- apt-get update && apt-get dist-upgrade -y
10
- apt-get install -y unattended-upgrades
11
- apt-get autoremove -y
12
- apt-get autoclean -y
13
14
- name: Configure Unattended Upgrades
15
ansible.builtin.copy:
0 commit comments