mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-01-24 10:17:15 +08:00
Update application.yml
This commit is contained in:
parent
3bfc53a030
commit
44ff3e838e
@ -49,7 +49,12 @@
|
|||||||
with_items:
|
with_items:
|
||||||
- discuzq
|
- discuzq
|
||||||
- phpmyadmin
|
- 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:
|
handlers:
|
||||||
- name: check_container_service
|
- name: check_container_service
|
||||||
debug:
|
debug:
|
||||||
|
Loading…
Reference in New Issue
Block a user