From fe09f7ee49d01cf0258852fcd7d455c3a904f507 Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Thu, 18 Feb 2016 05:09:42 -0800 Subject: clarify that requirements are on host that runs it fixes http://github.com/ansible/ansible-modules-core/issues/3061 --- hacking/templates/rst.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hacking') 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 }@ -- cgit v1.2.1