From 1833f007d16d0cd54ba8a2857e770adf1e968edd Mon Sep 17 00:00:00 2001 From: Joachim Hummel Date: Wed, 25 Oct 2023 08:53:41 +0000 Subject: [PATCH] File added --- apt2-update.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 apt2-update.yml diff --git a/apt2-update.yml b/apt2-update.yml new file mode 100644 index 0000000..d1696f9 --- /dev/null +++ b/apt2-update.yml @@ -0,0 +1,10 @@ +--- +- hosts: all + + become: true + + tasks: + - name: APT Package Updater + apt: + upgrade: yes + update_cache: yes