5 lines
127 B
YAML
5 lines
127 B
YAML
- name: "Update OS of the target"
|
|
hosts: "{{ target if target is defined else 'planets' }}"
|
|
|
|
roles:
|
|
- role: os-updates
|