From 5f43afff5bce7257412f2cd15928d58790d32cee Mon Sep 17 00:00:00 2001 From: Rene Moser Date: Wed, 25 Nov 2015 23:04:51 +0100 Subject: [PATCH] cloudstack: cs_facts: fix wrong description of returns cloudstack_public_ipv4, cloudstack_public_hostname Also see http://docs.cloudstack.apache.org/projects/cloudstack-administration/en/4.6/api.html#user-data-and-meta-data --- lib/ansible/modules/extras/cloud/cloudstack/cs_facts.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ansible/modules/extras/cloud/cloudstack/cs_facts.py b/lib/ansible/modules/extras/cloud/cloudstack/cs_facts.py index 11230b4c229..4a774479537 100644 --- a/lib/ansible/modules/extras/cloud/cloudstack/cs_facts.py +++ b/lib/ansible/modules/extras/cloud/cloudstack/cs_facts.py @@ -77,12 +77,12 @@ cloudstack_local_ipv4: type: string sample: 185.19.28.35 cloudstack_public_hostname: - description: public hostname of the instance. + description: public IPv4 of the router. Same as C(cloudstack_public_ipv4). returned: success type: string sample: VM-ab4e80b0-3e7e-4936-bdc5-e334ba5b0139 cloudstack_public_ipv4: - description: public IPv4 of the instance. + description: public IPv4 of the router. returned: success type: string sample: 185.19.28.35