Skip to content

Commit 37d6e49

Browse files
committed
chore: correct dir
1 parent 9ec0bfa commit 37d6e49

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ansible/tasks/test-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,15 +104,15 @@
104104

105105
- name: Remove graphql schema test
106106
lineinfile:
107-
path: /tmp/migrations/tests/databases/exists.sql
107+
path: /tmp/migrations/tests/database/exists.sql
108108
regexp: "^SELECT has_schema\\('graphql'\\);$"
109109
state: absent
110110
become: yes
111111
when: is_psql_oriole
112112

113113
- name: Remove graphql schema test
114114
lineinfile:
115-
path: /tmp/migrations/tests/databases/exists.sql
115+
path: /tmp/migrations/tests/database/exists.sql
116116
regexp: "^SELECT has_schema\\('graphql_public'\\);$"
117117
state: absent
118118
become: yes

0 commit comments

Comments
 (0)