Update application.yml

This commit is contained in:
qiaofeng1227 2022-07-07 16:27:42 +08:00 committed by GitHub
parent 3bfc53a030
commit 44ff3e838e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -50,6 +50,11 @@
- discuzq
- phpmyadmin
- name: Check Docker Container Service
shell: docker ps --format \{\{'json .'\}\}| jq -s map\(\{containername:'.Names',state:'.State'\}\)
register: check_container_service
notify: check_container_service
handlers:
- name: check_container_service
debug: