mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 00:03:10 +00: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:
@@ -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 }@
|
||||
|
||||
Reference in New Issue
Block a user