mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-01 05:49:09 -07:00
remove debug statement
This commit is contained in:
parent
7de661dd2c
commit
c6eb3f1006
2 changed files with 4 additions and 2 deletions
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…
Add table
Add a link
Reference in a new issue