cleanup and descritive README
This commit is contained in:
parent
ed40c478e9
commit
44e8e027e4
24 changed files with 1605 additions and 2 deletions
11
ansible/roles/updates/tasks/main.yml
Executable file
11
ansible/roles/updates/tasks/main.yml
Executable file
|
|
@ -0,0 +1,11 @@
|
|||
---
|
||||
- name: Upgrade hosts
|
||||
notify: "Reboot host"
|
||||
block:
|
||||
- name: Update cache
|
||||
ansible.builtin.apt:
|
||||
update_cache: true
|
||||
|
||||
- name: Upgrade OS
|
||||
ansible.builtin.apt:
|
||||
upgrade: yes
|
||||
Loading…
Add table
Add a link
Reference in a new issue