fix bad linebreak

This commit is contained in:
Brian Coca 2015-12-22 11:08:43 -05:00 committed by Matt Clay
parent 69036826a8
commit 7d6c704404

View file

@ -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