From bbd1de0020a9b885d7bd6c3e203c2539ace3699f Mon Sep 17 00:00:00 2001 From: vvzvlad Date: Thu, 16 Jan 2025 07:56:19 +0300 Subject: [PATCH] Fix variable name in update script call in playbook.yml --- playbook.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}"