From de8272c1f1e6afeeb2822e543197db9a78d2fbdc Mon Sep 17 00:00:00 2001 From: Peter Siegel Date: Fri, 31 Jan 2025 16:03:24 +0100 Subject: [PATCH] fix: add root as default remote_user --- plugins/connection/lxd.py | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/connection/lxd.py b/plugins/connection/lxd.py index 969f57ce96..79c85fd08c 100644 --- a/plugins/connection/lxd.py +++ b/plugins/connection/lxd.py @@ -52,6 +52,7 @@ options: - User to login/authenticate as. - Can be set from the CLI via the C(--user) or C(-u) options. type: string + default: root vars: - name: ansible_user - name: ansible_ssh_user