From e92acede5b5be5329e10975c33ee162133235c13 Mon Sep 17 00:00:00 2001 From: Darren Worrall Date: Mon, 10 Aug 2015 16:42:44 +0100 Subject: [PATCH] Doc updates --- .../modules/extras/cloud/cloudstack/cs_ip_address.py | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/lib/ansible/modules/extras/cloud/cloudstack/cs_ip_address.py b/lib/ansible/modules/extras/cloud/cloudstack/cs_ip_address.py index c77681697b0..b635812694d 100644 --- a/lib/ansible/modules/extras/cloud/cloudstack/cs_ip_address.py +++ b/lib/ansible/modules/extras/cloud/cloudstack/cs_ip_address.py @@ -23,16 +23,15 @@ DOCUMENTATION = ''' module: cs_ip_address short_description: Manages Public/Secondary IP address associations description: - - Acquires and associates a public IP to an account. Due to API limitations, - - this is not an idempotent call, so be sure to only conditionally call this - - when C(state=present) + - Acquires and associates a public IP to an account or project. Due to API + limitations this is not an idempotent call, so be sure to only + conditionally call this when C(state=present) version_added: '2.0' author: "Darren Worrall @dazworrall" options: ip_address: description: - - Public IP address. - - Required if C(state=absent) + - Public IP address. Required if C(state=absent) required: true domain: description: