From a2c81b198ed50038a4399f279efce2a0e83cd931 Mon Sep 17 00:00:00 2001
From: Darren Worrall <darren@iweb.co.uk>
Date: Mon, 10 Aug 2015 16:07:04 +0100
Subject: [PATCH] More relevant example

---
 cloud/cloudstack/cs_ip_address.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cloud/cloudstack/cs_ip_address.py b/cloud/cloudstack/cs_ip_address.py
index e63ae0b7ae0..a992b5d95f7 100644
--- a/cloud/cloudstack/cs_ip_address.py
+++ b/cloud/cloudstack/cs_ip_address.py
@@ -72,7 +72,7 @@ EXAMPLES = '''
 # Associate an IP address
 - local_action:
     module: cs_ip_address
-    account: My Account
+    network: My Network
   register: ip_address
   when: create_instance|changed