fix bad linebreak

pull/18777/head
Brian Coca 9 years ago committed by Matt Clay
parent 69036826a8
commit 7d6c704404

@ -185,8 +185,7 @@ def _choose_id_value(module):
def _choose_if_password_only(module, patch):
if len(patch) is 1:
if 'password' in patch[0]['path'] and
module.params['skip_update_of_masked_password']:
if 'password' in patch[0]['path'] and module.params['skip_update_of_masked_password']:
# Return false to aabort update as the password appears
# to be the only element in the patch.
return False

Loading…
Cancel
Save