9 lines
172 B
YAML
9 lines
172 B
YAML
- block:
|
|
- include: uninstall.yml
|
|
- include: deploy.yml
|
|
when: (operation) == "install"
|
|
|
|
- block:
|
|
- include: uninstall.yml
|
|
when: (operation) == "uninstall"
|