From 5e7073e414cb23e9646e2bc3854079b228d67f37 Mon Sep 17 00:00:00 2001 From: Maksym Buz Date: Sun, 4 Jan 2026 11:57:27 +0100 Subject: [PATCH] fix: Remove duplicate `ansible_user` declaration in `create_lxc.yml`. --- playbooks/create_lxc.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/playbooks/create_lxc.yml b/playbooks/create_lxc.yml index 0ed23c2..213f721 100644 --- a/playbooks/create_lxc.yml +++ b/playbooks/create_lxc.yml @@ -76,7 +76,6 @@ groups: new ansible_host: "{{ container_ip_cidr | split('/') | first }}" ansible_user: root - ansible_user: root # Removed ansible_ssh_pass - we rely on the injected key ansible_ssh_common_args: '-o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null'