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 e3459b376..c8f3d4cf0 100644
--- a/test/integration/openshift_health_checker/setup_container.yml
+++ b/test/integration/openshift_health_checker/setup_container.yml
@@ -48,14 +48,14 @@
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 }