We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7879259 commit 6226d61Copy full SHA for 6226d61
ansible/tasks/test-image.yml
@@ -67,7 +67,7 @@
67
- name: Remove specified extensions from SQL file
68
ansible.builtin.command:
69
cmd: >
70
- sed -i '/\\ir.*\(timescaledb\|plv8\).*\.sql/d' /tmp/migrations/tests/extensions/test.sql
+ sed -i '/\\ir.*\(timescaledb\|postgis\|pgrouting\|plv8\).*\.sql/d' /tmp/migrations/tests/extensions/test.sql
71
when: is_psql_oriole
72
become: yes
73
0 commit comments