libravatar: create bind mount for letsencrypt
This commit is contained in:
parent
bbe8997421
commit
b8c16fece3
1 changed files with 3 additions and 0 deletions
|
@ -3,3 +3,6 @@
|
|||
|
||||
- name: mount up bind mount for postgresql
|
||||
mount: src=/mnt/data/pgsql name=/var/lib/pgsql fstype=auto opts=bind state=mounted
|
||||
|
||||
- name: bind mount for letsencrypt
|
||||
mount: src=/mnt/data/letsencrypt name=/etc/letsencrypt fstype=auto opts=bind state=mounted
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue