summaryrefslogtreecommitdiffstats
path: root/test/integration/openshift_health_checker/preflight/playbooks/package_update_repo_unreachable.yml
diff options
context:
space:
mode:
authorScott Dodson <sdodson@redhat.com>2017-08-08 07:30:14 -0400
committerGitHub <noreply@github.com>2017-08-08 07:30:14 -0400
commit0569c5069dabeea9e2fe94cd097cb6f2b1540867 (patch)
treec6bad07651c9c7b5bf99491343aba04edc084b4e /test/integration/openshift_health_checker/preflight/playbooks/package_update_repo_unreachable.yml
parent085e3eb2408cb89d82bec0e37f71a255667496ec (diff)
parent8a7f40a470b730e077deae5276710b674d346dbe (diff)
downloadopenshift-0569c5069dabeea9e2fe94cd097cb6f2b1540867.tar.gz
openshift-0569c5069dabeea9e2fe94cd097cb6f2b1540867.tar.bz2
openshift-0569c5069dabeea9e2fe94cd097cb6f2b1540867.tar.xz
openshift-0569c5069dabeea9e2fe94cd097cb6f2b1540867.zip
Merge pull request #4739 from kwoodson/openshift_facts_refactor
Reduce openshift_facts dependencies.
Diffstat (limited to 'test/integration/openshift_health_checker/preflight/playbooks/package_update_repo_unreachable.yml')
-rw-r--r--test/integration/openshift_health_checker/preflight/playbooks/package_update_repo_unreachable.yml6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/integration/openshift_health_checker/preflight/playbooks/package_update_repo_unreachable.yml b/test/integration/openshift_health_checker/preflight/playbooks/package_update_repo_unreachable.yml
index 28efdd81d..409057792 100644
--- a/test/integration/openshift_health_checker/preflight/playbooks/package_update_repo_unreachable.yml
+++ b/test/integration/openshift_health_checker/preflight/playbooks/package_update_repo_unreachable.yml
@@ -8,12 +8,6 @@
- name: Fails when repo content is not available
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