Skip to content

Commit 7e76e97

Browse files
authored
Merge pull request #1759 from tpurschke/main
suppress hasura update check - main hotfix
2 parents b1a8b6b + 2ac32a0 commit 7e76e97

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

roles/api/tasks/hasura-install.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
become: yes
7878

7979
- name: initialize hasura cli directory
80-
command: "{{ api_hasura_cli_bin }} init {{ product_name }} --endpoint http://{{ api_ip_address }}:{{ api_port }} --admin-secret {{ api_hasura_admin_secret }}"
80+
command: "{{ api_hasura_cli_bin }} init {{ product_name }} --skip-update-check --endpoint http://{{ api_ip_address }}:{{ api_port }} --admin-secret {{ api_hasura_admin_secret }}"
8181
args:
8282
chdir: "{{ api_home }}"
8383
become: yes

0 commit comments

Comments
 (0)