Update main.yml

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

View File

@ -21,6 +21,6 @@
- name: Check Docker Container Service
shell: >
docker ps --format '{{ json . }}' | jq -s 'map({name:.Names,status:.Status})'
docker ps --format "{{ json . }}" | jq -s "map({name:.Names,status:.Status})"
register: check_container_service
notify: check_container_service