Fix variable name in update script call in playbook.yml
This commit is contained in:
parent
3a2847295a
commit
bbd1de0020
@ -174,7 +174,7 @@
|
|||||||
|
|
||||||
- name: Update environment variables
|
- name: Update environment variables
|
||||||
ansible.builtin.shell: |
|
ansible.builtin.shell: |
|
||||||
./update.sh ID "{{ id }}"
|
./update.sh ID "{{ serverid }}"
|
||||||
./update.sh GRIST_SERVER "{{ grist_server }}"
|
./update.sh GRIST_SERVER "{{ grist_server }}"
|
||||||
./update.sh GRIST_DOC_ID "{{ grist_doc_id }}"
|
./update.sh GRIST_DOC_ID "{{ grist_doc_id }}"
|
||||||
./update.sh GRIST_API_KEY "{{ grist_api_key }}"
|
./update.sh GRIST_API_KEY "{{ grist_api_key }}"
|
||||||
|
Loading…
Reference in New Issue
Block a user