diff options
Diffstat (limited to 'sysutils/py-mitogen/files/pkg-message.in')
-rw-r--r-- | sysutils/py-mitogen/files/pkg-message.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sysutils/py-mitogen/files/pkg-message.in b/sysutils/py-mitogen/files/pkg-message.in index eef820123a64..0ff7c8f10d61 100644 --- a/sysutils/py-mitogen/files/pkg-message.in +++ b/sysutils/py-mitogen/files/pkg-message.in @@ -1,3 +1,6 @@ +[ +{ 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: @@ -5,3 +8,6 @@ or in the root directory of your ansible playbook: [defaults] strategy = mitogen_linear strategy_plugins = %%PYTHON_SITELIBDIR%%/ansible_mitogen/plugins/strategy +EOM +} +] |