mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-02-03 01:28:39 +08:00
Update main.yml
This commit is contained in:
parent
1f157604bd
commit
2b9effa6aa
@ -21,6 +21,6 @@
|
|||||||
|
|
||||||
- name: Check Docker Container Service
|
- name: Check Docker Container Service
|
||||||
shell: >
|
shell: >
|
||||||
docker ps --format "{{ json . }}" | jq -s "map({name:.Names,status:.Status})"
|
docker ps
|
||||||
register: check_container_service
|
register: check_container_service
|
||||||
notify: check_container_service
|
notify: check_container_service
|
||||||
|
Loading…
Reference in New Issue
Block a user