mirror of
https://github.com/Noratrieb/vmlab.git
synced 2026-01-14 16:45:11 +01:00
things
This commit is contained in:
parent
c27807e86f
commit
64cb1dd6df
7 changed files with 39 additions and 5 deletions
6
ansible/roles/update/tasks/main.yml
Normal file
6
ansible/roles/update/tasks/main.yml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
- name: Update
|
||||
ansible.builtin.apt:
|
||||
update_cache: true
|
||||
- name: Upgrade
|
||||
ansible.builtin.apt:
|
||||
upgrade: true
|
||||
Loading…
Add table
Add a link
Reference in a new issue