mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-02-02 17:08:38 +08:00
Update main.yml
This commit is contained in:
parent
62175dd2aa
commit
ee1d9ab713
@ -30,6 +30,6 @@
|
||||
loop: "{{volume_names.stdout_lines}}"
|
||||
|
||||
- name: Check Docker Container Service
|
||||
shell: docker ps --format "{{ json . }}" | jq -s "map({name:.Names,status:.Status})"
|
||||
shell: docker ps --format "{{ json . }}" | jq -s 'map({name:.Names,status:.Status})'
|
||||
register: check_container_service
|
||||
notify: check_container_service
|
||||
|
Loading…
Reference in New Issue
Block a user