mirror of
https://github.com/kasmtech/ansible
synced 2024-12-04 17:19:11 +00:00
KASM-1918 Ensure that the uninstall playbook removes stopped kasm containers
This commit is contained in:
parent
4eec8a8b3b
commit
7c73d81cb1
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
- name: Check for kasm service containers
|
||||
shell: docker ps -f name=kasm_* -q
|
||||
shell: docker ps -f name=kasm_* -qa
|
||||
register: service_containers
|
||||
changed_when: false
|
||||
become: true
|
||||
|
|
Loading…
Reference in a new issue