summaryrefslogtreecommitdiff
path: root/lib/ansible/modules/cloud/openstack/os_security_group.py
diff options
context:
space:
mode:
authorDag Wieers <dag@wieers.com>2018-03-15 22:15:24 +0100
committerGitHub <noreply@github.com>2018-03-15 22:15:24 +0100
commitcdd21e2170b9a47d84624c8c2f792a66f2b0fe57 (patch)
tree29a518e9b19c8e43f9ef7eeccb6114e5ad9a5d55 /lib/ansible/modules/cloud/openstack/os_security_group.py
parent58eb2e849d6e1b7c23b0f4b25e4dd3af1a1fd4d4 (diff)
downloadansible-cdd21e2170b9a47d84624c8c2f792a66f2b0fe57.tar.gz
Clean up module documentation (#36909)
* Clean up module documentation This PR includes: - Removal of `default: None` (and variations) - Removal of `required: false` - Fixing booleans and `type: bool` where required * Fix remaining (new) validation issues
Diffstat (limited to 'lib/ansible/modules/cloud/openstack/os_security_group.py')
-rw-r--r--lib/ansible/modules/cloud/openstack/os_security_group.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/ansible/modules/cloud/openstack/os_security_group.py b/lib/ansible/modules/cloud/openstack/os_security_group.py
index 03d11e1bc4..40758ebbb4 100644
--- a/lib/ansible/modules/cloud/openstack/os_security_group.py
+++ b/lib/ansible/modules/cloud/openstack/os_security_group.py
@@ -31,8 +31,6 @@ options:
description:
description:
- Long description of the purpose of the security group
- required: false
- default: None
state:
description:
- Should the resource be present or absent.
@@ -41,7 +39,6 @@ options:
availability_zone:
description:
- Ignored. Present for backwards compatibility
- required: false
'''
EXAMPLES = '''