--- - hosts: all become: true tasks: # Upgrade packages - name: Full system upgrade community.general.pacman: update_cache: true upgrade: true