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
decdbc9096
commit
44814cf8ae
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@
|
|||
|
||||
- name: Create softlink of volumes
|
||||
file:
|
||||
src: "/var/lib/docker/volumes/{{appname}}_{{appname}}-{{item}}/_data"
|
||||
src: "/var/lib/docker/volumes/{{appname}}_{{item}}/_data"
|
||||
dest: "{{installpath}}/{{appname}}/volumes/{{item}}"
|
||||
state: link
|
||||
force: yes
|
||||
|
|
Loading…
Reference in a new issue