mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02: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)
|
mycmd = ' '.join(args)
|
||||||
|
|
||||||
print "FORKS=%s" % options.forks
|
|
||||||
|
|
||||||
runner = ansible.runner.Runner(
|
runner = ansible.runner.Runner(
|
||||||
module_name='command',
|
module_name='command',
|
||||||
module_path=options.module_path,
|
module_path=options.module_path,
|
||||||
|
|
4
setup.py
4
setup.py
|
@ -18,7 +18,11 @@ setup(name='ansible',
|
||||||
'library/ping',
|
'library/ping',
|
||||||
'library/command',
|
'library/command',
|
||||||
'library/facter',
|
'library/facter',
|
||||||
|
'library/ohai',
|
||||||
'library/copy',
|
'library/copy',
|
||||||
|
'library/setup',
|
||||||
|
'library/template',
|
||||||
|
'library/git',
|
||||||
]),
|
]),
|
||||||
('man/man1', [
|
('man/man1', [
|
||||||
'docs/man/man1/ansible.1'
|
'docs/man/man1/ansible.1'
|
||||||
|
|
Loading…
Reference in a new issue