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