mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Fix conditionals integration test. (#53583)
* Fix inventory for conditionals test. * Remove extra groups from conditionals test.
This commit is contained in:
@@ -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 "$@"
|
||||
|
||||
Reference in New Issue
Block a user