[mitogent] update to 0.3.2 (#8470)

This commit is contained in:
Cristian Calin
2022-01-27 18:36:59 +02:00
committed by GitHub
parent b0eb5650da
commit c40b43de01
2 changed files with 12 additions and 7 deletions

View File

@@ -7,10 +7,10 @@
## Install
```ShellSession
ansible-playbook mitogen.yml
ansible-playbook contrib/mitogen/mitogen.yml
```
Ensure to enable mitogen use by environment varialbles:
The above playbook sets the ansible `strategy` and `strategy_plugins` in `ansible.cfg` but you can also enable them if you use your own `ansible.cfg` by setting the environment varialbles:
```ShellSession
export ANSIBLE_STRATEGY=mitogen_linear