- name: update shizz hosts: all tasks: - name: Update, upgrade and autoremove apt: update_cache: true upgrade: full autoremove: true