[galene] Move configuration directory in /var/lib/galene

Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
certbot_on_virtu
Yohann D'ANELLO 2021-03-31 21:37:35 +02:00 committed by ynerant
parent ceb8dc644c
commit 154b9069e6
1 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@
- name: Make Galène configuration directory
file:
path: /etc/galene
path: /var/lib/galene/groups
state: directory
owner: galene
group: galene
@ -51,7 +51,7 @@
- name: Link groups file into /etc
file:
src: /etc/galene
src: /var/lib/galene/groups
dest: /var/local/galene/groups
state: link
owner: galene