mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -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
This commit is contained in:
parent
1f786a6171
commit
737717d015
2 changed files with 27 additions and 6 deletions
2
changelogs/fragments/5932-launchd-plist.yml
Normal file
2
changelogs/fragments/5932-launchd-plist.yml
Normal 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).
|
Loading…
Add table
Add a link
Reference in a new issue