fix bad linebreak
This commit is contained in:
parent
69036826a8
commit
7d6c704404
1 changed files with 1 additions and 2 deletions
|
@ -185,8 +185,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
|
||||||
|
|
Loading…
Reference in a new issue