Fix variable name in update script call in playbook.yml

This commit is contained in:
vvzvlad 2025-01-16 07:56:19 +03:00
parent 3a2847295a
commit bbd1de0020

View File

@ -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 }}"