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
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user