Initial commit
This commit is contained in:
commit
d48ff80f07
8 changed files with 345 additions and 0 deletions
5
roles/common/tasks/main.yml
Normal file
5
roles/common/tasks/main.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
- name: Update packages
|
||||
apt:
|
||||
update_cache: true
|
||||
upgrade: yes
|
||||
become: true
|
Loading…
Add table
Add a link
Reference in a new issue