From 44ff3e838eedfe8f33055ab7525e02cba2ac77be Mon Sep 17 00:00:00 2001 From: qiaofeng1227 <76487013@qq.com> Date: Thu, 7 Jul 2022 16:27:42 +0800 Subject: [PATCH] Update application.yml --- apps/application.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/apps/application.yml b/apps/application.yml index 6d2ee226..8bc9c9c7 100644 --- a/apps/application.yml +++ b/apps/application.yml @@ -49,7 +49,12 @@ with_items: - 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: