mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-25 00:50:30 +00:00
Update main.yml
This commit is contained in:
parent
5129ee93df
commit
aa1e371e56
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
|||
- name: Set softlink of all volumes
|
||||
block:
|
||||
- name: Get volumes name
|
||||
shell: sed -n '/^volumes:/,/^network/{p}' /data/apps/{{appname}}/docker-compose.yml | grep -v volumes:
|
||||
shell: sed -n '/^volumes:/,/^network/{p}' /data/apps/"{{appname}}"/docker-compose.yml | grep -v "volumes:"
|
||||
register: volume_names
|
||||
|
||||
- name: Create softlink of volumes
|
||||
|
|
Loading…
Reference in a new issue