mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-25 17:10:27 +00:00
Update main.yml
This commit is contained in:
parent
cd188990df
commit
9566546efd
1 changed files with 1 additions and 1 deletions
|
@ -20,6 +20,6 @@
|
|||
shell: sudo echo "phpmyadmin version $(docker exec -i phpmyadmin bash -c 'cat /var/www/html/package.json | grep version')" 1>> /data/logs/install_version.txt
|
||||
|
||||
- name: Check Docker Container Service
|
||||
shell: docker ps --format \{\{'json .'\}\}| jq -s
|
||||
shell: docker ps --format \{\{'json .'\}\}| jq -s map\(\{containername:'.Names',state:'.State'\}\)
|
||||
register: check_container_service
|
||||
notify: check_container_service
|
||||
|
|
Loading…
Reference in a new issue