--- # Updates the image - name: Update apt apt: update_cache: yes - name: Update all packages package: name=* state=latest force_apt_get=yes