Skip to content
Snippets Groups Projects
Commit 84adb6f0 authored by Sven Mäder's avatar Sven Mäder :speech_balloon:
Browse files

Use versionless path for mitogen

parent 8debd76e
No related branches found
No related tags found
No related merge requests found
...@@ -97,6 +97,6 @@ export BAT_THEME='DarkNeon' ...@@ -97,6 +97,6 @@ export BAT_THEME='DarkNeon'
# --- ansible --- # --- ansible ---
if [ "${ENVRCD_USER}" == "rda" ] && [ "${USER}" == "maedersv" ]; then if [ "${ENVRCD_USER}" == "rda" ] && [ "${USER}" == "maedersv" ]; then
#export ANSIBLE_CONFIG="~/.ansible.cfg" #export ANSIBLE_CONFIG="~/.ansible.cfg"
export ANSIBLE_STRATEGY_PLUGINS="~/.ansible/mitogen-0.2.8/ansible_mitogen/plugins/strategy" export ANSIBLE_STRATEGY_PLUGINS="~/.ansible/mitogen/ansible_mitogen/plugins/strategy"
export ANSIBLE_STRATEGY="mitogen_linear" export ANSIBLE_STRATEGY="mitogen_linear"
fi fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment