1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

clarify that requirements are on host that runs it

fixes http://github.com/ansible/ansible-modules-core/issues/3061
This commit is contained in:
Brian Coca 2016-02-18 05:09:42 -08:00
parent 93df09e387
commit fe09f7ee49

View file

@ -45,8 +45,8 @@ Aliases: @{ ','.join(aliases) }@
{% endif %}
{% if requirements %}
Requirements
------------
Requirements (on host that executes module)
-------------------------------------------
{% for req in requirements %}
* @{ req | convert_symbols_to_format }@