add: initial ansible playbook
This commit is contained in:
commit
8997ce2cf8
9
ansible/update-apt-repo.yaml
Normal file
9
ansible/update-apt-repo.yaml
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
---
|
||||||
|
- name: Update APT Repositories
|
||||||
|
hosts: all
|
||||||
|
become: yes
|
||||||
|
tasks:
|
||||||
|
- name: Update APT package index
|
||||||
|
apt:
|
||||||
|
update_cache: yes
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user