diff options
-rw-r--r-- | test/integration/openshift_health_checker/setup_container.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/integration/openshift_health_checker/setup_container.yml b/test/integration/openshift_health_checker/setup_container.yml index 90b2d6a4b..413754fcd 100644 --- a/test/integration/openshift_health_checker/setup_container.yml +++ b/test/integration/openshift_health_checker/setup_container.yml @@ -45,7 +45,7 @@ with_dict: "{{ l_host_vars | default({}) }}" - hosts: all - tasks: + tasks: # run before openshift_version to prevent it breaking - include: preflight/playbooks/tasks/enable_repo.yml @@ -60,4 +60,3 @@ # put it back like it was for the tests - include: preflight/playbooks/tasks/enable_repo.yml vars: { repo_name: "ose-3.2", enabled: False } - |