1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Remove breakpoint

This commit is contained in:
James Tanner 2014-02-26 14:53:36 -05:00
parent b74105c689
commit e3672dded0

View file

@ -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: