summaryrefslogtreecommitdiff
path: root/hacking
diff options
context:
space:
mode:
authorBrian Coca <brian.coca+git@gmail.com>2016-02-18 05:09:42 -0800
committerBrian Coca <brian.coca+git@gmail.com>2016-02-18 05:09:42 -0800
commitfe09f7ee49d01cf0258852fcd7d455c3a904f507 (patch)
tree3f91d9ae76945da35d135726adba0dcc7fafed7b /hacking
parent93df09e3871009750e2cfafa743441674116f35c (diff)
downloadansible-fe09f7ee49d01cf0258852fcd7d455c3a904f507.tar.gz
clarify that requirements are on host that runs it
fixes http://github.com/ansible/ansible-modules-core/issues/3061
Diffstat (limited to 'hacking')
-rw-r--r--hacking/templates/rst.j24
1 files changed, 2 insertions, 2 deletions
diff --git a/hacking/templates/rst.j2 b/hacking/templates/rst.j2
index eccae4cb77..f9a04d423d 100644
--- a/hacking/templates/rst.j2
+++ b/hacking/templates/rst.j2
@@ -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 }@