configurations-ansible/os-update.yml
2022-11-19 12:00:43 +01:00

6 lines
147 B
YAML

- name: "Update OS of the target"
hosts: "{{ target if target is defined else 'planets' }}"
roles:
- os-updates
- unattended-upgrades