--- - hosts: all become: true tasks: - name: Update apt cache and upgrade all packages apt: update_cache: yes upgrade: dist autoremove: yes autoclean: yes