summaryrefslogtreecommitdiffstats
path: root/test/integration/openshift_health_checker/preflight/playbooks/package_update_repo_disabled.yml
blob: f4c1bedfab8ff7259d646189fe62561abc9c7ca5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
---
- include: ../../setup_container.yml
  vars:
    image: preflight-aos-package-checks
    l_host_vars:
      openshift_deployment_type: openshift-enterprise
      openshift_release: 3.2

- name: Succeeds when nothing blocks a yum update
  hosts: all
  roles:
    - openshift_health_checker

  post_tasks:
    - block:

        - action: openshift_health_check
          args:
            checks: [ 'package_update' ]

      always:  # destroy the container whether check passed or not
        - include: ../../teardown_container.yml