Fix conditionals integration test. (#53583)

* Fix inventory for conditionals test.
* Remove extra groups from conditionals test.
pull/53589/head
Matt Clay 7 years ago committed by GitHub
parent 6588df505c
commit 5134ba95ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

@ -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

@ -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 "$@"

Loading…
Cancel
Save