mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-04 09:43:15 +00:00
pep8 fix
This commit is contained in:
@@ -101,7 +101,7 @@ class PlayBook(object):
|
||||
for vname in vars_prompt:
|
||||
print vars_prompt[vname]
|
||||
# FIXME - need some way to know that this prompt should be getpass or raw_input
|
||||
vars[vname] = self.callbacks.on_vars_prompt(vname)
|
||||
vars[vname] = self.callbacks.on_vars_prompt(vname)
|
||||
return vars
|
||||
|
||||
# *****************************************************
|
||||
|
||||
Reference in New Issue
Block a user