Commit c6eb3f10 by Michael DeHaan

remove debug statement

parent 7de661dd
......@@ -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,
......
......@@ -18,7 +18,11 @@ setup(name='ansible',
'library/ping',
'library/command',
'library/facter',
'library/ohai',
'library/copy',
'library/setup',
'library/template',
'library/git',
]),
('man/man1', [
'docs/man/man1/ansible.1'
......
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