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

Upgrade to mitogen 0.2.8

parent fec47a8e
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,8 @@
editor = vim
excludesfile = ~/.gitignore_global
pager = diff-so-fancy | less --tabs=4 -RFX
#pager = delta --dark --plus-color="#004200" --minus-color="#420000" --theme="DarkNeon" --highlight-removed
#pager = delta --dark --plus-color="#004d1e" --minus-color="#5e000a" --theme="DarkNeon" --highlight-removed
[user]
name = Sven Mäder
......
......@@ -97,6 +97,6 @@ export BAT_THEME='DarkNeon'
# --- ansible ---
if [ "${ENVRCD_USER}" == "rda" ] && [ "${USER}" == "maedersv" ]; then
#export ANSIBLE_CONFIG="~/.ansible.cfg"
export ANSIBLE_STRATEGY_PLUGINS="~/.ansible/mitogen-0.2.6/ansible_mitogen/plugins/strategy"
export ANSIBLE_STRATEGY_PLUGINS="~/.ansible/mitogen-0.2.8/ansible_mitogen/plugins/strategy"
export ANSIBLE_STRATEGY="mitogen_linear"
fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment