From c80ee9de8391d2c9e40530dc51ec5f0b69efa7b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A1ndor?= Date: Thu, 19 Sep 2024 16:09:47 +0200 Subject: [PATCH] Add playbooks/update-apt.yaml --- playbooks/update-apt.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 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