mirror of
https://github.com/kasmtech/ansible
synced 2024-12-12 13:02:32 +00:00
Merge branch 'bugfix/KASM-1918_uninstall_playbook' into 'develop'
KASM-1918 Ensure that the uninstall playbook removes stopped kasm containers Closes KASM-1918 See merge request kasm-technologies/internal/ansible!7
This commit is contained in:
commit
ec547f830e
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