mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-26 14:41:23 -07:00
Make sure tempdirs are cleaned up after execution steps, fix notifiers, make sure
service module is installed by setup.py
This commit is contained in:
parent
6541f338df
commit
e4304a0ac5
4 changed files with 38 additions and 35 deletions
1
setup.py
1
setup.py
|
@ -21,6 +21,7 @@ setup(name='ansible',
|
|||
'library/ohai',
|
||||
'library/copy',
|
||||
'library/setup',
|
||||
'library/service',
|
||||
'library/template',
|
||||
'library/git',
|
||||
]),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue