package_availability_succeeds.yml 504 B

1234567891011121314151617181920
  1. ---
  2. - import_playbook: ../../setup_container.yml
  3. vars:
  4. image: preflight-aos-package-checks
  5. l_host_vars:
  6. openshift_deployment_type: origin
  7. - name: Succeeds as Origin packages are public
  8. hosts: all
  9. roles:
  10. - openshift_health_checker
  11. tasks:
  12. - block:
  13. - action: openshift_health_check
  14. args:
  15. checks: [ 'package_availability' ]
  16. always: # destroy the container whether check passed or not
  17. - include_tasks: ../../teardown_container.yml