summaryrefslogtreecommitdiffstats
path: root/test/integration/openshift_health_checker/preflight/playbooks/package_update_repo_disabled.yml
diff options
context:
space:
mode:
authorRussell Teague <rteague@redhat.com>2017-12-08 08:04:21 -0500
committerRussell Teague <rteague@redhat.com>2017-12-08 08:04:58 -0500
commit7834423c6da99fdf5179d3fee11a94bcb1b6ab6d (patch)
tree051d9928e243ed8486a5394113331535bcb13999 /test/integration/openshift_health_checker/preflight/playbooks/package_update_repo_disabled.yml
parentbb54b2f2b5a34f1c4005aa24877ebb23d8a4607d (diff)
downloadopenshift-7834423c6da99fdf5179d3fee11a94bcb1b6ab6d.tar.gz
openshift-7834423c6da99fdf5179d3fee11a94bcb1b6ab6d.tar.bz2
openshift-7834423c6da99fdf5179d3fee11a94bcb1b6ab6d.tar.xz
openshift-7834423c6da99fdf5179d3fee11a94bcb1b6ab6d.zip
Update deprecation checks - include:
Diffstat (limited to 'test/integration/openshift_health_checker/preflight/playbooks/package_update_repo_disabled.yml')
-rw-r--r--test/integration/openshift_health_checker/preflight/playbooks/package_update_repo_disabled.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/integration/openshift_health_checker/preflight/playbooks/package_update_repo_disabled.yml b/test/integration/openshift_health_checker/preflight/playbooks/package_update_repo_disabled.yml
index f4c1bedfa..269c0250b 100644
--- a/test/integration/openshift_health_checker/preflight/playbooks/package_update_repo_disabled.yml
+++ b/test/integration/openshift_health_checker/preflight/playbooks/package_update_repo_disabled.yml
@@ -1,5 +1,5 @@
---
-- include: ../../setup_container.yml
+- import_playbook: ../../setup_container.yml
vars:
image: preflight-aos-package-checks
l_host_vars:
@@ -19,4 +19,4 @@
checks: [ 'package_update' ]
always: # destroy the container whether check passed or not
- - include: ../../teardown_container.yml
+ - include_tasks: ../../teardown_container.yml