summaryrefslogtreecommitdiff
path: root/lib/ansible/modules/cloud/cloudstack/cs_network_acl.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ansible/modules/cloud/cloudstack/cs_network_acl.py')
-rw-r--r--lib/ansible/modules/cloud/cloudstack/cs_network_acl.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/ansible/modules/cloud/cloudstack/cs_network_acl.py b/lib/ansible/modules/cloud/cloudstack/cs_network_acl.py
index 5c069208c5..52ac9d0c9f 100644
--- a/lib/ansible/modules/cloud/cloudstack/cs_network_acl.py
+++ b/lib/ansible/modules/cloud/cloudstack/cs_network_acl.py
@@ -90,22 +90,22 @@ RETURN = '''
name:
description: Name of the network ACL.
returned: success
- type: string
+ type: str
sample: customer acl
description:
description: Description of the network ACL.
returned: success
- type: string
+ type: str
sample: Example description of a network ACL
vpc:
description: VPC of the network ACL.
returned: success
- type: string
+ type: str
sample: customer vpc
zone:
description: Zone the VPC is related to.
returned: success
- type: string
+ type: str
sample: ch-gva-2
'''