diff options
| -rw-r--r-- | playbook.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/playbook.yaml b/playbook.yaml index 014c863..2201fdd 100644 --- a/playbook.yaml +++ b/playbook.yaml @@ -221,6 +221,7 @@ - python3-psycopg2 # Used by ansible postgres role - systemd-timesyncd # Used to make sure the date is correct - ufw # Firewall + - unattended-upgrades # Not every hosting provider installs by default state: present update_cache: true become: true |
