From 503a52a26401cc25ca43071884b63d45800367da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rton=20Polg=C3=A1r?= <37218286+2colours@users.noreply.github.com> Date: Thu, 29 Feb 2024 02:24:23 +0100 Subject: [PATCH] Update deploy-playbook.yml --- deploy-playbook.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/deploy-playbook.yml b/deploy-playbook.yml index 553cf48..b022fab 100644 --- a/deploy-playbook.yml +++ b/deploy-playbook.yml @@ -2,8 +2,9 @@ - name: Deploy rad.io bot hosts: bot_host remote_user: bots - current_databank: '{{ lookup("env", "HOME") }}/private_databank/debug' - current_instance: '{{ lookup("env", "HOME") }}/rad.io-debug' + vars: + current_databank: '{{ lookup("env", "HOME") }}/private_databank/debug' + current_instance: '{{ lookup("env", "HOME") }}/rad.io-debug' tasks: