--- # NOTE: this test is probably superfluous since openshift_version already does it - include: ../../setup_container.yml vars: image: preflight-aos-package-checks l_host_vars: deployment_type: openshift-enterprise - name: Fail as required packages cannot be installed hosts: all pre_tasks: # run before roles to prevent openshift_version breaking - include: tasks/enable_repo.yml vars: { repo_name: "ose-3.2" } roles: - openshift_health_checker post_tasks: - block: # put the repo back to disabled - include: tasks/enable_repo.yml vars: { repo_name: "ose-3.2", repo_enabled: 0 } - action: openshift_health_check args: checks: [ 'package_availability' ] always: # destroy the container whether check passed or not - include: ../../teardown_container.yml