commit 376522f03cbc3285ea42a72081647cc4f73f704e Author: Clintchiz Date: Wed Sep 17 10:24:37 2025 +0530 Added First Playboot Update Apt Packages 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