--- - import_playbook: ../../setup_container.yml vars: image: preflight-aos-package-checks l_host_vars: openshift_deployment_type: openshift-enterprise openshift_release: 3.2 - name: Fails when a repo definition is completely broken hosts: all roles: - openshift_health_checker post_tasks: - block: - include_tasks: tasks/enable_repo.yml vars: { repo_name: "break-yum" } - name: Break the break-yum repo replace: dest: /etc/yum.repos.d/break-yum.repo backup: no regexp: "^baseurl" replace: "#baseurl" - action: openshift_health_check args: checks: [ 'package_update' ] always: # destroy the container whether check passed or not - include_tasks: ../../teardown_container.yml