From 376522f03cbc3285ea42a72081647cc4f73f704e Mon Sep 17 00:00:00 2001 From: Clintchiz Date: Wed, 17 Sep 2025 10:24:37 +0530 Subject: [PATCH] Added First Playboot Update Apt Packages --- update-apt-packages.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 update-apt-packages.yaml diff --git a/update-apt-packages.yaml b/update-apt-packages.yaml new file mode 100644 index 0000000..31c8002 --- /dev/null +++ b/update-apt-packages.yaml @@ -0,0 +1,9 @@ +--- +- hosts: all + + become: true + tasks: + - name: update apt packages + apt: + upgrade: yes + update_cache: yes \ No newline at end of file