This commit is contained in:
havelight-ee
2023-04-27 12:39:14 +09:00
parent d74721cb2c
commit a794f85f96
7 changed files with 167 additions and 28 deletions

View File

@@ -5,8 +5,12 @@
- name: Include Datasaker Add Repository
include_tasks: dsk-common.yml
when: ansible_facts.os_family == "Debian"
when: uninstall == False and ansible_facts.os_family == "Debian"
- name: Include Datasaker Host Agent Install
include_tasks: dsk-debian-pkg.yml
when: ansible_facts.os_family == "Debian"
when: uninstall == False and ansible_facts.os_family == "Debian"
- name: Uninstall Datasaker Agent
include_tasks: remove-datasaker.yml
when: uninstall == True