mirror of https://github.com/ansible/ansible.git
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>pull/74806/head
parent
9c01a7e177
commit
27f61db86b
@ -0,0 +1,2 @@
|
||||
minor_changes:
|
||||
- service - add description how service module works internally (https://github.com/ansible/ansible/issues/74507).
|
||||
Loading…
Reference in New Issue