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,
|
||||
|
|
4
setup.py
4
setup.py
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue