This commit is contained in:
Gary Kwok
2024-02-23 18:13:31 +08:00
commit 0530779609
3215 changed files with 455593 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
---
- block:
- name: Stop a container
community.docker.docker_container:
name: "{{ stackName }}"
state: stopped
- name: Remove container
community.docker.docker_container:
name: "{{ stackName }}"
state: absent