ansible/changelogs/fragments/74507_service.yml
Abhijeet Kasurde 27f61db86b
service: Document internal working of the module (#74726)
service module acts as proxy module for all service manager modules,
just like `package` module.
This is helpful in heterogeneous environments to manage services.

Fixes: #74507

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
2021-05-25 20:55:21 +05:30

2 lines
130 B
YAML

minor_changes:
- service - add description how service module works internally (https://github.com/ansible/ansible/issues/74507).