fix bad linebreak

This commit is contained in:
Brian Coca 2015-12-22 11:08:43 -05:00
parent 1e6065d391
commit 907b7f7cf4

View file

@ -187,8 +187,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