Update main.yml

This commit is contained in:
qiaofeng1227 2022-05-12 16:28:57 +08:00 committed by GitHub
parent 1ec31a6d4e
commit 5129ee93df
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,7 +33,7 @@
dest: "/data/apps/{{appname}}/volumes/{{item | replace(' ', '') | replace(':', '')}}"
state: link
force: yes
loop: {{volume_names.stout}}
loop: "{{volume_names.stout}}"
- name: Check Docker Container Service
shell: docker ps