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 9ec0bfa commit 37d6e49Copy full SHA for 37d6e49
ansible/tasks/test-image.yml
@@ -104,15 +104,15 @@
104
105
- name: Remove graphql schema test
106
lineinfile:
107
- path: /tmp/migrations/tests/databases/exists.sql
+ path: /tmp/migrations/tests/database/exists.sql
108
regexp: "^SELECT has_schema\\('graphql'\\);$"
109
state: absent
110
become: yes
111
when: is_psql_oriole
112
113
114
115
116
regexp: "^SELECT has_schema\\('graphql_public'\\);$"
117
118
0 commit comments