KASM-1918 Ensure that the uninstall playbook removes stopped kasm containers

This commit is contained in:
Ian Tangney 2021-09-20 11:09:34 -04:00
parent 4eec8a8b3b
commit 7c73d81cb1

View file

@ -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