From b638c1ec6805c22afe8a79dd0f1232076e607048 Mon Sep 17 00:00:00 2001 From: shirenn <shirenn@crans.org> Date: Tue, 24 May 2022 16:56:13 +0200 Subject: [PATCH] =?UTF-8?q?ansible=5Fvault=20=E2=86=92=20ansible/:=20ether?= =?UTF-8?q?pad?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- group_vars/etherpad.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/group_vars/etherpad.yml b/group_vars/etherpad.yml index 9e3441b1..2415094c 100644 --- a/group_vars/etherpad.yml +++ b/group_vars/etherpad.yml @@ -14,7 +14,7 @@ glob_etherpad: default_pad_text: "Etherpad du Crans.\\n\\nCe pad est vide, Ã vous de le remplir.\\n\\nhttps:\/\/etherpad.org" admin: user: admin - password: "{{ vault.etherpad_admin_password }}" + password: "{{ vault.etherpad.admin.password }}" temporary: enabled: false @@ -31,7 +31,7 @@ glob_etherpad: default_pad_text: "Etherpad du Crans.\\n\\nCe pad est vide et expirera dans 1 an, Ã vous de le remplir.\\n\\nhttps:\/\/etherpad.org" admin: user: admin - password: "{{ vault.etherpad_admin_password }}" + password: "{{ vault.etherpad.admin.password }}" temporary: enabled: true delay: 31536000 # one year, in seconds -- GitLab