mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-11 05:00:31 -07:00
launchd: Add plist option (#9102)
This allows the module to be used with services such as com.openssh.sshd, when
the name of the plist file doesn't match the service name.
fixes #5932
(cherry picked from commit 737717d015
)
Co-authored-by: Alex Willmer <alex@moreati.org.uk>
2 lines
203 B
YAML
2 lines
203 B
YAML
minor_changes:
|
|
- launchd - add ``plist`` option for services such as sshd, where the plist filename doesn't match the service name (https://github.com/ansible-collections/community.general/pull/9102).
|