Update main.yml

This commit is contained in:
qiaofeng1227 2022-06-29 09:11:12 +08:00 committed by GitHub
parent 52215b07a8
commit f98add3e60
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,6 +30,6 @@
loop: "{{volume_names.stdout_lines}}"
- name: Check Docker Container Service
shell: docker ps --format \"table {{.Names}}\\t{{.Status}}\"
shell: docker ps
register: check_container_service
notify: check_container_service