add: initial ansible playbook

This commit is contained in:
Jagrit Thapar 2024-07-15 14:42:16 +05:30
commit 8997ce2cf8
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
---
- name: Update APT Repositories
hosts: all
become: yes
tasks:
- name: Update APT package index
apt:
update_cache: yes