add: initial ansible playbook
This commit is contained in:
commit
8997ce2cf8
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
- name: Update APT Repositories
|
||||
hosts: all
|
||||
become: yes
|
||||
tasks:
|
||||
- name: Update APT package index
|
||||
apt:
|
||||
update_cache: yes
|
||||
|
Loading…
Reference in New Issue