summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSandra McCann <samccann@redhat.com>2019-02-28 14:41:10 -0500
committerAlicia Cozine <879121+acozine@users.noreply.github.com>2019-02-28 13:41:10 -0600
commitf56c3fdc89b496ba0d5665366d8ba0f97d822b03 (patch)
tree328385fa2a3863bc943ec640b8090b78ca5dcc91 /docs
parent096b3f8eb990a69c3e50f16be031983f96e0c8a5 (diff)
downloadansible-f56c3fdc89b496ba0d5665366d8ba0f97d822b03.tar.gz
add link to AWS module details (#53126)
* add link to AWS module details (in 2.7 docs to stable-2.7 branch)
Diffstat (limited to 'docs')
-rw-r--r--docs/docsite/rst/dev_guide/index.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/docsite/rst/dev_guide/index.rst b/docs/docsite/rst/dev_guide/index.rst
index c9e006242f..d738a74ef1 100644
--- a/docs/docsite/rst/dev_guide/index.rst
+++ b/docs/docsite/rst/dev_guide/index.rst
@@ -20,6 +20,7 @@ Find the task that best describes what you want to do:
* I want to :ref:`set up my Python development environment <environment_setup>`.
* I want to :ref:`get started writing a module <developing_modules_general>`.
* I want to :ref:`write a Windows module <developing_modules_general_windows>`.
+ * I want to `write an Amazon (AWS) module <https://github.com/ansible/ansible/blob/stable-2.7/lib/ansible/modules/cloud/amazon/GUIDELINES.md>`_.
* I want to :ref:`write a series of related modules <developing_modules_in_groups>` that integrate Ansible with a new product (for example, a database, cloud provider, network platform, etc.).
* I want to refine my code: