Commit e3672dde by James Tanner

Remove breakpoint

parent b74105c6
......@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment