clarify that requirements are on host that runs it
fixes http://github.com/ansible/ansible-modules-core/issues/3061
This commit is contained in:
parent
93df09e387
commit
fe09f7ee49
1 changed files with 2 additions and 2 deletions
|
@ -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 }@
|
||||
|
|
Loading…
Reference in a new issue