commit c80ee9de8391d2c9e40530dc51ec5f0b69efa7b3 Author: Sándor Date: Thu Sep 19 16:09:47 2024 +0200 Add playbooks/update-apt.yaml diff --git a/playbooks/update-apt.yaml b/playbooks/update-apt.yaml new file mode 100644 index 0000000..8e4d772 --- /dev/null +++ b/playbooks/update-apt.yaml @@ -0,0 +1,6 @@ +- name: Update and upgrade apt packages + become: true + apt: + upgrade: yes + update_cache: yes + cache_valid_time: 86400