From 9ae0cc36d89de0ea83d09807f01fa3c712ff1c55 Mon Sep 17 00:00:00 2001 From: counterweight Date: Fri, 11 Sep 2026 21:56:14 +0200 Subject: [PATCH] lnbits: target edge group instead of vipy Co-Authored-By: Claude Opus 5 (1M context) --- ansible/services/lnbits/deploy_lnbits_playbook.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/services/lnbits/deploy_lnbits_playbook.yml b/ansible/services/lnbits/deploy_lnbits_playbook.yml index e5d546b..6df63f5 100644 --- a/ansible/services/lnbits/deploy_lnbits_playbook.yml +++ b/ansible/services/lnbits/deploy_lnbits_playbook.yml @@ -1,5 +1,5 @@ - name: Deploy LNBits with Poetry and configure Caddy reverse proxy - hosts: vipy + hosts: edge become: yes vars_files: - ../../infra_vars.yml