mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-22 15:40:22 +00:00
Update main.yml
This commit is contained in:
parent
ea42452e3c
commit
f2ea359946
1 changed files with 1 additions and 2 deletions
|
@ -20,7 +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
|
||||
shell: docker ps --format \{\{'json .'\}\}| jq -s
|
||||
register: check_container_service
|
||||
notify: check_container_service
|
||||
|
|
Loading…
Reference in a new issue