mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-20 19:13:59 -07:00
remove debug statement
This commit is contained in:
parent
7de661dd2c
commit
c6eb3f1006
2 changed files with 4 additions and 2 deletions
|
@ -67,8 +67,6 @@ def main(args):
|
|||
|
||||
mycmd = ' '.join(args)
|
||||
|
||||
print "FORKS=%s" % options.forks
|
||||
|
||||
runner = ansible.runner.Runner(
|
||||
module_name='command',
|
||||
module_path=options.module_path,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue