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 %} {% endif %}
{% if requirements %} {% if requirements %}
Requirements Requirements (on host that executes module)
------------ -------------------------------------------
{% for req in requirements %} {% for req in requirements %}
* @{ req | convert_symbols_to_format }@ * @{ req | convert_symbols_to_format }@