Update install.yml

This commit is contained in:
qiaofeng1227 2022-07-07 16:26:25 +08:00 committed by GitHub
parent 35a596250b
commit 3bfc53a030
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,8 +32,3 @@
state: link
force: yes
loop: "{{volume_names.stdout_lines}}"
- name: Check Docker Container Service
shell: docker ps --format \{\{'json .'\}\}| jq -s map\(\{containername:'.Names',state:'.State'\}\)
register: check_container_service
notify: check_container_service