From d80510e61d83d34686b874b56d432d800530475d Mon Sep 17 00:00:00 2001 From: alessandrovitali Date: Tue, 18 Aug 2026 16:44:56 +0200 Subject: [PATCH] fix(ansible): update default user --- ansible/inventory.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/inventory.tpl b/ansible/inventory.tpl index 253aab1..4946117 100644 --- a/ansible/inventory.tpl +++ b/ansible/inventory.tpl @@ -1,2 +1,2 @@ [dokploy] -dokploy ansible_host=${public_ip} ansible_user=debian +dokploy ansible_host=${public_ip} ansible_user=root