Add Ansible template
This commit is contained in:
parent
1115e86296
commit
fa1a1138d6
22 changed files with 699 additions and 3 deletions
4
roles/common/tasks/main.yml
Normal file
4
roles/common/tasks/main.yml
Normal file
|
@ -0,0 +1,4 @@
|
|||
- name: Run APT updates
|
||||
ansible.builtin.apt:
|
||||
update_cache: yes
|
||||
upgrade: dist
|
Loading…
Add table
Add a link
Reference in a new issue