mirror of
https://github.com/Noratrieb/vmlab.git
synced 2026-01-14 08:35:11 +01:00
6 lines
No EOL
117 B
YAML
6 lines
No EOL
117 B
YAML
- name: Update
|
|
ansible.builtin.apt:
|
|
update_cache: true
|
|
- name: Upgrade
|
|
ansible.builtin.apt:
|
|
upgrade: true |