Update roles/demolamp/tasks/undeploy.yml
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
- block:
|
||||
- name: Undeploy the Redis-HA service
|
||||
- name: Undeploy the demolamp service
|
||||
community.docker.docker_stack:
|
||||
name: "{{ stackName }}"
|
||||
state: absent
|
||||
|
||||
delegate_to: "{{ deploy_nodes.split(',') | first }}"
|
||||
run_once: true
|
||||
Reference in New Issue
Block a user