diff --git a/bootstrap-embedded-ansible/bootstrap-embedded-ansible.sh b/bootstrap-embedded-ansible/bootstrap-embedded-ansible.sh index e3dd74c1..39c4c97e 100755 --- a/bootstrap-embedded-ansible/bootstrap-embedded-ansible.sh +++ b/bootstrap-embedded-ansible/bootstrap-embedded-ansible.sh @@ -96,6 +96,10 @@ export ANSIBLE_CONNECTION_PLUGINS="${ANSIBLE_EMBED_HOME}/repositories/roles/plug OPTS+=('ANSIBLE_CONNECTION_PLUGINS') echo "env ANSIBLE_CONNECTION_PLUGINS set" +export ANSIBLE_STRATEGY_PLUGINS="${ANSIBLE_EMBED_HOME}/repositories/roles/plugins/strategy" +OPTS+=('ANSIBLE_STRATEGY_PLUGINS') +echo "env ANSIBLE_STRATEGY_PLUGINS set" + export ANSIBLE_TRANSPORT="${ANSIBLE_TRANSPORT:-ssh}" OPTS+=('ANSIBLE_TRANSPORT') echo "env ANSIBLE_TRANSPORT set"