Update main.yml

This commit is contained in:
qiaofeng1227 2022-06-29 16:44:52 +08:00 committed by GitHub
parent ea42452e3c
commit f2ea359946
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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