fix: Remove duplicate ansible_user declaration in create_lxc.yml.
This commit is contained in:
@@ -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'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user