mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
launchd: new module to control services on macOS hosts (#305)
This commit is contained in:
parent
669b7bf090
commit
80cd8329e0
21 changed files with 947 additions and 0 deletions
4
tests/integration/targets/launchd/vars/main.yml
Normal file
4
tests/integration/targets/launchd/vars/main.yml
Normal file
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
|
||||
launchd_service_name: launchd.test.service
|
||||
launchd_plist_location: /Library/LaunchDaemons/{{ launchd_service_name }}.plist
|
Loading…
Add table
Add a link
Reference in a new issue