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