Fix conditionals integration test. (#53583)

* Fix inventory for conditionals test.
* Remove extra groups from conditionals test.
This commit is contained in:
Matt Clay
2019-03-08 22:59:00 -08:00
committed by GitHub
parent 6588df505c
commit 5134ba95ca
3 changed files with 2 additions and 9 deletions

View File

@@ -1,3 +1 @@
shippable/posix/group1
shippable/posix/group2
shippable/posix/group3

View File

@@ -1,5 +0,0 @@
# Do not put test specific entries in this inventory file.
# For script based test targets (using runme.sh) put the inventory file in the test's directory instead.
[testgroup]
testhost ansible_connection=local

View File

@@ -2,5 +2,5 @@
set -eux
ANSIBLE_CONDITIONAL_BARE_VARS=1 ansible-playbook -i inventory play.yml "$@"
ANSIBLE_CONDITIONAL_BARE_VARS=0 ansible-playbook -i inventory play.yml "$@"
ANSIBLE_CONDITIONAL_BARE_VARS=1 ansible-playbook -i ../../inventory play.yml "$@"
ANSIBLE_CONDITIONAL_BARE_VARS=0 ansible-playbook -i ../../inventory play.yml "$@"