Remove breakpoint
This commit is contained in:
parent
b74105c689
commit
e3672dded0
1 changed files with 0 additions and 1 deletions
|
@ -181,7 +181,6 @@ def main(args):
|
|||
return 1
|
||||
|
||||
cmd = 'ansible-playbook %s %s' % (base_opts, playbook)
|
||||
import epdb; epdb.st()
|
||||
if options.vault_password_file:
|
||||
cmd += " --vault-password-file=%s" % options.vault_password_file
|
||||
if options.inventory:
|
||||
|
|
Loading…
Reference in a new issue