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
This commit is contained in:
Alex Willmer
2024-11-16 17:33:35 +00:00
committed by GitHub
parent 1f786a6171
commit 737717d015
2 changed files with 27 additions and 6 deletions

View File

@@ -0,0 +1,2 @@
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).