summaryrefslogtreecommitdiffstats
path: root/test/integration/openshift_health_checker/preflight/playbooks/package_availability_succeeds.yml
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2017-12-08 07:44:53 -0800
committerGitHub <noreply@github.com>2017-12-08 07:44:53 -0800
commit0beab180d22f28f3f529ca0252f23bb92a7b69a7 (patch)
treeb7e8ab9f8a76878964d7b4edc7ffe9cdb232f7ad /test/integration/openshift_health_checker/preflight/playbooks/package_availability_succeeds.yml
parent5cd32d44a6a776f4364742b039666932967c7ba8 (diff)
parent7834423c6da99fdf5179d3fee11a94bcb1b6ab6d (diff)
downloadopenshift-0beab180d22f28f3f529ca0252f23bb92a7b69a7.tar.gz
openshift-0beab180d22f28f3f529ca0252f23bb92a7b69a7.tar.bz2
openshift-0beab180d22f28f3f529ca0252f23bb92a7b69a7.tar.xz
openshift-0beab180d22f28f3f529ca0252f23bb92a7b69a7.zip
Merge pull request #6398 from mtnbikenc/update-deprecation-checks
Automatic merge from submit-queue. Update deprecation checks - include: Updating deprecation tests to check for `include:` directive usage. Trello: https://trello.com/c/ZTyZu3UM/484-3-ansible-24-include-deprecation Fixes: https://github.com/openshift/openshift-ansible/issues/5586
Diffstat (limited to 'test/integration/openshift_health_checker/preflight/playbooks/package_availability_succeeds.yml')
-rw-r--r--test/integration/openshift_health_checker/preflight/playbooks/package_availability_succeeds.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/integration/openshift_health_checker/preflight/playbooks/package_availability_succeeds.yml b/test/integration/openshift_health_checker/preflight/playbooks/package_availability_succeeds.yml
index 16ff41673..b4f18e3b5 100644
--- a/test/integration/openshift_health_checker/preflight/playbooks/package_availability_succeeds.yml
+++ b/test/integration/openshift_health_checker/preflight/playbooks/package_availability_succeeds.yml
@@ -1,5 +1,5 @@
---
-- include: ../../setup_container.yml
+- import_playbook: ../../setup_container.yml
vars:
image: preflight-aos-package-checks
l_host_vars:
@@ -17,4 +17,4 @@
checks: [ 'package_availability' ]
always: # destroy the container whether check passed or not
- - include: ../../teardown_container.yml
+ - include_tasks: ../../teardown_container.yml