--- - name: Update APT packages hosts: all become: true tasks: - name: Update APT package index apt: update_cache: true upgrade: yes