fix: Remove duplicate ansible_user declaration in create_lxc.yml.

This commit is contained in:
2026-01-04 11:57:27 +01:00
parent 79737b8598
commit 5e7073e414

View File

@@ -76,7 +76,6 @@
groups: new groups: new
ansible_host: "{{ container_ip_cidr | split('/') | first }}" ansible_host: "{{ container_ip_cidr | split('/') | first }}"
ansible_user: root ansible_user: root
ansible_user: root
# Removed ansible_ssh_pass - we rely on the injected key # Removed ansible_ssh_pass - we rely on the injected key
ansible_ssh_common_args: '-o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null' ansible_ssh_common_args: '-o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null'