Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e78677 commit b4339d0Copy full SHA for b4339d0
ansible/playbook.yml
@@ -160,6 +160,3 @@
160
cmd: /usr/bin/pg_ctl -D /var/lib/postgresql/data stop
161
when: ebssurrogate_mode
162
163
- - name: Run unit tests
164
- import_tasks: tasks/test-image.yml
165
-
ansible/tasks/setup-extensions.yml
@@ -67,9 +67,8 @@
67
# - name: Install vault
68
# import_tasks: tasks/postgres-extensions/23-vault.yml
69
70
71
-- name: Install PGroonga
72
- import_tasks: tasks/postgres-extensions/24-pgroonga.yml
+#- name: Install PGroonga
+# import_tasks: tasks/postgres-extensions/24-pgroonga.yml
73
74
- name: Verify async task status
75
import_tasks: tasks/postgres-extensions/99-finish_async_tasks.yml
0 commit comments