blob: 0ff7c8f10d61111a3334230ed53c81ddc179e32e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
[
{ type: install
message: <<EOM
If you are intending to use mitogen together with [sysutils/ansible]
then simply append this into your ansible.cfg file, whether in /etc
or in the root directory of your ansible playbook:
[defaults]
strategy = mitogen_linear
strategy_plugins = %%PYTHON_SITELIBDIR%%/ansible_mitogen/plugins/strategy
EOM
}
]
|