Skip to content
Prev Previous commit
Next Next commit
omit ./bin/pgc build
  • Loading branch information
dragarcia committed Mar 16, 2022
commit 257e92d649ad323a3c222e98b2ba93f4a8aaf62e
6 changes: 0 additions & 6 deletions ansible/tasks/postgres-extensions/19-pg_graphql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,6 @@
version: "{{ pg_graphql_release }}"
become: yes

- name: pg_graphql - execute ./bin/pgc build
shell:
cmd: "./bin/pgc build"
chdir: /tmp/pg_graphql
become: yes

- name: pg_graphql - build
make:
chdir: /tmp/pg_graphql
Expand Down