summaryrefslogtreecommitdiffstats
path: root/test/integration/openshift_health_checker/preflight/playbooks/package_version_matches.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_version_matches.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_version_matches.yml')
-rw-r--r--test/integration/openshift_health_checker/preflight/playbooks/package_version_matches.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/integration/openshift_health_checker/preflight/playbooks/package_version_matches.yml b/test/integration/openshift_health_checker/preflight/playbooks/package_version_matches.yml
index d88f82a4a..4e2b8a50c 100644
--- a/test/integration/openshift_health_checker/preflight/playbooks/package_version_matches.yml
+++ b/test/integration/openshift_health_checker/preflight/playbooks/package_version_matches.yml
@@ -1,5 +1,5 @@
---
-- include: ../../setup_container.yml
+- import_playbook: ../../setup_container.yml
vars:
image: preflight-aos-package-checks
l_host_vars:
@@ -15,7 +15,7 @@
- block:
# disable extras so we control docker version
- - include: tasks/enable_repo.yml
+ - include_tasks: tasks/enable_repo.yml
vars: { repo_file: "CentOS-Base", repo_name: "extras", repo_enabled: 0 }
- action: openshift_health_check
@@ -23,4 +23,4 @@
checks: [ 'package_version' ]
always: # destroy the container whether check passed or not
- - include: ../../teardown_container.yml
+ - include_tasks: ../../teardown_container.yml