Skip to content

Commit

Permalink
Enable hstore extension in deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasKalbertodt committed Oct 23, 2023
1 parent 663052b commit 1b928d0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .deployment/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,13 @@
name: pgcrypto
db: tobira-{{ id }}

- name: add hstore extension
become: true
become_user: postgres
community.postgresql.postgresql_ext:
name: hstore
db: tobira-{{ id }}

# TOBIRA


Expand Down

0 comments on commit 1b928d0

Please sign in to comment.