Remove breakpoint

pull/6178/merge
James Tanner 10 years ago
parent b74105c689
commit e3672dded0

@ -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…
Cancel
Save