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'