Merge pull request #10373 from keithbentrup/patch-1
Incorrect keyword argument 'error'
This commit is contained in:
commit
d43f542c1e
1 changed files with 1 additions and 1 deletions
|
@ -694,7 +694,7 @@ class PlaybookCallbacks(object):
|
|||
result = utils.do_encrypt(result, encrypt, salt_size, salt)
|
||||
|
||||
# handle utf-8 chars
|
||||
result = to_unicode(result, error='strict')
|
||||
result = to_unicode(result, errors='strict')
|
||||
call_callback_module( 'playbook_on_vars_prompt', varname, private=private, prompt=prompt,
|
||||
encrypt=encrypt, confirm=confirm, salt_size=salt_size, salt=None, default=default
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue