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