Install Provisioner schema to database

This commit is contained in:
2023-09-01 15:42:22 -04:00
parent 484325698f
commit da24aaf5ff
3 changed files with 41 additions and 11 deletions

View File

@ -69,6 +69,7 @@
mode: 0640
with_items:
- { src: "patroni/powerdns-schema.sql", dest: "/etc/postgresql/powerdns-schema.sql" }
- { src: "patroni/provisioner-schema.sql", dest: "/etc/postgresql/provisioner-schema.sql" }
- include: patroni/bootstrap.yml
run_once: yes