From 2e03508ac5d5d9402c5fab6ca557084a33fcedaa Mon Sep 17 00:00:00 2001 From: jaydee Date: Wed, 20 May 2026 00:00:41 +0200 Subject: [PATCH] build --- hosts_init.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts_init.yml b/hosts_init.yml index c0881e6..80a2289 100755 --- a/hosts_init.yml +++ b/hosts_init.yml @@ -74,7 +74,7 @@ datacenter: rocky9-vm0[1:5].home.lan: vars: ansible_python_interpreter: /usr/bin/python3 - ssh_args: "-o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no" + ansible_ssh_common_args: "-o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no" ansible_ssh_user: jd ansible_ssh_password: q # ansible_become_method: su