mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-09 15:44:20 -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
8
tests/integration/targets/launchd/tasks/test.yml
Normal file
8
tests/integration/targets/launchd/tasks/test.yml
Normal file
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
|
||||
- name: "Running {{ item }}"
|
||||
block:
|
||||
- include_tasks: setup.yml
|
||||
- include_tasks: "tests/{{ item }}.yml"
|
||||
always:
|
||||
- include_tasks: teardown.yml
|
Loading…
Add table
Add a link
Reference in a new issue