launchd: new module to control services on macOS hosts (#305)

This commit is contained in:
Martin Migasiewicz 2020-07-22 15:54:58 +02:00 committed by GitHub
commit 80cd8329e0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
21 changed files with 947 additions and 0 deletions

View file

@ -0,0 +1,8 @@
---
- name: "Running {{ item }}"
block:
- include_tasks: setup.yml
- include_tasks: "tests/{{ item }}.yml"
always:
- include_tasks: teardown.yml