Update main.yml

This commit is contained in:
qiaofeng1227 2022-06-28 09:09:29 +08:00 committed by GitHub
parent c7d4e6d7fb
commit 621a80d0aa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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