Fix conditionals integration test. (#53583)
* Fix inventory for conditionals test. * Remove extra groups from conditionals test.
This commit is contained in:
parent
6588df505c
commit
5134ba95ca
3 changed files with 2 additions and 9 deletions
|
@ -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…
Reference in a new issue