Update to 2022-03-24 13:00

This commit is contained in:
Daniel Berteaud
2022-03-24 13:00:15 +01:00
parent caf2b5ab89
commit 7a692c3e44
5 changed files with 14 additions and 6 deletions

View File

@@ -1,5 +1,9 @@
---
- name: Link system CA as postgres root cert
file: src=/etc/pki/tls/cert.pem dest={{ metabase_root_dir }}/.postgresql/root.crt state=link
tags: metabase
- name: Deploy configuration
template: src=env.j2 dest={{ metabase_root_dir }}/etc/env group={{ metabase_user }} mode=640
notify: restart metabase