From ff62d7bbbdd93d05933091f9272dbf4882d7dbe7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Moser?= Date: Thu, 19 May 2016 10:31:44 +0200 Subject: [PATCH] docs: cloudstack: add cloudstack guide to doc fragments (#15898) --- lib/ansible/utils/module_docs_fragments/cloudstack.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/ansible/utils/module_docs_fragments/cloudstack.py b/lib/ansible/utils/module_docs_fragments/cloudstack.py index 3826f7aba2c..13a5de11d5e 100644 --- a/lib/ansible/utils/module_docs_fragments/cloudstack.py +++ b/lib/ansible/utils/module_docs_fragments/cloudstack.py @@ -68,5 +68,6 @@ notes: Optionally multiple credentials and endpoints can be specified using ini sections in C(cloudstack.ini). Use the argument C(api_region) to select the section name, default section is C(cloudstack). See https://github.com/exoscale/cs for more information. + - A detailed guide about cloudstack modules can be found on http://docs.ansible.com/ansible/guide_cloudstack.html - This module supports check mode. '''