mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-22 07:30:24 +00:00
Update main.yml
This commit is contained in:
parent
45b1f097c3
commit
7210a612e8
1 changed files with 1 additions and 1 deletions
|
@ -30,6 +30,6 @@
|
|||
loop: "{{volume_names.stdout_lines}}"
|
||||
|
||||
- name: Check Docker Container Service
|
||||
shell: docker ps
|
||||
shell: docker ps --format '{\{ json . }\}' | jq -s 'map({name:.Names,status:.Status})'
|
||||
register: check_container_service
|
||||
notify: check_container_service
|
||||
|
|
Loading…
Reference in a new issue