diff --git a/cloud/openstack/os_user.py b/cloud/openstack/os_user.py index 1e148e3d946..19c984992ac 100644 --- a/cloud/openstack/os_user.py +++ b/cloud/openstack/os_user.py @@ -41,7 +41,6 @@ options: password: description: - Password for the user - - Required when I(state) is present required: false default: None email: @@ -149,9 +148,6 @@ def main(): module_kwargs = openstack_module_kwargs() module = AnsibleModule( argument_spec, - required_if=[ - ('state', 'present', ['password']) - ], **module_kwargs) if not HAS_SHADE: