Update roles/demolamp/tasks/undeploy.yml

This commit is contained in:
2024-03-12 17:44:50 +08:00
parent a298f94410
commit a173adc5a6

View File

@@ -1,8 +1,6 @@
- block: - block:
- name: Undeploy the Redis-HA service - name: Undeploy the demolamp service
community.docker.docker_stack: community.docker.docker_stack:
name: "{{ stackName }}" name: "{{ stackName }}"
state: absent state: absent
delegate_to: "{{ deploy_nodes.split(',') | first }}"
run_once: true