mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-21 23:20:23 +00:00
Update main.yml
This commit is contained in:
parent
1ec31a6d4e
commit
5129ee93df
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue