summaryrefslogtreecommitdiffstats
path: root/test/integration/openshift_health_checker/setup_container.yml
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/openshift_health_checker/setup_container.yml')
-rw-r--r--test/integration/openshift_health_checker/setup_container.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/integration/openshift_health_checker/setup_container.yml b/test/integration/openshift_health_checker/setup_container.yml
index cda69408d..0f0f8d366 100644
--- a/test/integration/openshift_health_checker/setup_container.yml
+++ b/test/integration/openshift_health_checker/setup_container.yml
@@ -47,14 +47,14 @@
- hosts: all
tasks:
# run before openshift_version to prevent it breaking
- - include: preflight/playbooks/tasks/enable_repo.yml
+ - include_tasks: preflight/playbooks/tasks/enable_repo.yml
vars: { repo_name: "ose-3.2" }
-- include: ../../../playbooks/init/main.yml
+- import_playbook: ../../../playbooks/init/main.yml
- hosts: all
tasks:
# put it back like it was for the tests
- - include: preflight/playbooks/tasks/enable_repo.yml
+ - include_tasks: preflight/playbooks/tasks/enable_repo.yml
vars: { repo_name: "ose-3.2", enabled: False }