diff --git a/ansible b/ansible index 3e56e33..7a5ebe5 100755 --- a/ansible +++ b/ansible @@ -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}"