Initial commit
This commit is contained in:
parent
50a0859318
commit
1768a06a17
4 changed files with 66 additions and 0 deletions
9
roles/poste.io/tasks/main.yml
Normal file
9
roles/poste.io/tasks/main.yml
Normal 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"
|
||||
Reference in a new issue