1
0
Fork 0

Initial commit

This commit is contained in:
Vojtěch Mareš 2023-09-26 21:45:06 +00:00
parent 50a0859318
commit 1768a06a17
4 changed files with 66 additions and 0 deletions

View file

@ -0,0 +1,9 @@
---
# - name: Load distro-specific vars
# include_vars: "{{ ansible_os_family }}.yml"
# tags: always
- include: install.yml
when: service_state != "absent"
- include: uninstall.yml
when: service_state == "absent"