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