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
c7d4e6d7fb
commit
621a80d0aa
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 '{"name":"{{.Names}}", "status":"{{.Status}}"}' |jq -s
|
||||
shell: docker ps
|
||||
register: check_container_service
|
||||
notify: check_container_service
|
||||
|
|
Loading…
Reference in a new issue