From cdd21e2170b9a47d84624c8c2f792a66f2b0fe57 Mon Sep 17 00:00:00 2001 From: Dag Wieers Date: Thu, 15 Mar 2018 22:15:24 +0100 Subject: 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 --- lib/ansible/modules/cloud/openstack/os_security_group.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'lib/ansible/modules/cloud/openstack/os_security_group.py') 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 = ''' -- cgit v1.2.1