We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b1a8b6b + 2ac32a0 commit 7e76e97Copy full SHA for 7e76e97
1 file changed
roles/api/tasks/hasura-install.yml
@@ -77,7 +77,7 @@
77
become: yes
78
79
- 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 }}"
+ command: "{{ api_hasura_cli_bin }} init {{ product_name }} --skip-update-check --endpoint http://{{ api_ip_address }}:{{ api_port }} --admin-secret {{ api_hasura_admin_secret }}"
81
args:
82
chdir: "{{ api_home }}"
83
0 commit comments