opnsense-ports/sysutils/py-mitogen/files/pkg-message.in
Franco Fichtner a309cd75a6 */*: sync with upstream
Taken from: HardenedBSD
2019-08-18 05:35:32 +02:00

13 lines
351 B
Text

[
{ 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
}
]