- name: Update mirrors if necessary when: os_also_update_mirror |bool include_tasks: update_mirrors.yml ignore_errors: true - name: Upgrade to new major version if enabled when: os_update_major_version include_tasks: update_major_version.yml ignore_errors: true - name: Upgrade all packages include_tasks: upgrade_packages.yml