skylab
/
skylab-ansible
Archived
2
0
Fork 0

Update ansible script to use local collections path

This commit is contained in:
Ethan Paul 2021-12-20 18:38:44 -05:00
parent fe0fc835cd
commit 80c3565fa1
No known key found for this signature in database
GPG Key ID: 6A337337DF6B5B1A
1 changed files with 2 additions and 4 deletions

View File

@ -1,7 +1,5 @@
#!/usr/bin/env bash
ANSIBLE_LIBRARY='' \
ANSIBLE_FILTER_PLUGINS='' \
ANSIBLE_CONFIG='' \
ANSIBLE_COLLECTIONS_PATH=$(pwd)/.ansible \
ANSIBLE_INVENTORY=$(pwd)/inventory.yaml \
"ansible-$1" ${@:2}
"ansible-$1" "${@:2}"