mirror of
https://opendev.org/openstack/ansible-collections-openstack.git
synced 2026-05-08 14:23:03 +00:00
Ensure documented choices match spec
Change-Id: Ia40e846f970a05a894601a7a37af0231f136bab6
This commit is contained in:
@@ -239,7 +239,7 @@ def main():
|
||||
aliases=['skip_update_of_driver_password'],
|
||||
deprecated_aliases=[dict(name='skip_update_of_driver_password', version='2.14')]
|
||||
),
|
||||
state=dict(required=False, default='present')
|
||||
state=dict(required=False, default='present', choices=['present', 'absent'])
|
||||
)
|
||||
module_kwargs = openstack_module_kwargs()
|
||||
module = AnsibleModule(argument_spec, **module_kwargs)
|
||||
|
||||
Reference in New Issue
Block a user