diff --git a/playbook.yml b/playbook.yml index fd7e1bd..01b6d72 100644 --- a/playbook.yml +++ b/playbook.yml @@ -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 }}"