11 lines
205 B
YAML
11 lines
205 B
YAML
|
|
- block:
|
||
|
|
- include: uninstall.yml
|
||
|
|
- include: deploy.yml
|
||
|
|
- include: status-check.yml
|
||
|
|
when: (operation) == "install"
|
||
|
|
|
||
|
|
- block:
|
||
|
|
- include: uninstall.yml
|
||
|
|
when: (operation) == "uninstall"
|
||
|
|
|