Fix env var issues with hacky ansible script
This commit is contained in:
parent
3f4c54f62b
commit
d05c0cffaa
11
ansible
11
ansible
@ -1,8 +1,7 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
ANSIBLE_CONFIG=''
|
ANSIBLE_LIBRARY='' \
|
||||||
ANSIBLE_FILTER_PLUGINS=''
|
ANSIBLE_FILTER_PLUGINS='' \
|
||||||
ANSIBLE_LIBRARY=''
|
ANSIBLE_CONFIG='' \
|
||||||
ANSIBLE_INVENTORY=$(pwd)/inventory.yaml
|
ANSIBLE_INVENTORY=$(pwd)/inventory.yaml \
|
||||||
|
"ansible-$1" ${@:2}
|
||||||
"ansible-$1" ${@:2}
|
|
||||||
|
Reference in New Issue
Block a user