Added First Playboot Update Apt Packages

This commit is contained in:
2025-09-17 10:24:37 +05:30
commit 376522f03c
+9
View File
@@ -0,0 +1,9 @@
---
- hosts: all
become: true
tasks:
- name: update apt packages
apt:
upgrade: yes
update_cache: yes