summaryrefslogtreecommitdiff
path: root/lib/ansible/modules/cloud/cloudstack/cs_network_acl.py
diff options
context:
space:
mode:
authorDag Wieers <dag@wieers.com>2018-12-18 22:25:30 +0100
committerJordan Borean <jborean93@gmail.com>2018-12-19 07:25:30 +1000
commit05c6ff79f9860dbd6b43cb4914ee749baf65b9f7 (patch)
treeb27b93e7d23f35968c392854ee24dae520db047d /lib/ansible/modules/cloud/cloudstack/cs_network_acl.py
parentfcd1486b51a99a84aad6e76c26e92f26da499004 (diff)
downloadansible-05c6ff79f9860dbd6b43cb4914ee749baf65b9f7.tar.gz
Convert to reduced list of known types (#50010)
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
'''