mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
Fixes from 'make pep8'. Partial, more to come.
This commit is contained in:
parent
23a0a8daf9
commit
9cf66f4376
4 changed files with 36 additions and 33 deletions
|
@ -200,7 +200,7 @@ class Play(object):
|
|||
salt = var.get("salt", None)
|
||||
|
||||
if vname not in self.playbook.extra_vars:
|
||||
vars[vname] = self.playbook.callbacks.on_vars_prompt (
|
||||
vars[vname] = self.playbook.callbacks.on_vars_prompt(
|
||||
vname, private, prompt, encrypt, confirm, salt_size, salt, default
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue