From 6626396a79b53e50e0b44f3e603b3d482de1c20f Mon Sep 17 00:00:00 2001 From: Rob Quist Date: Wed, 27 Oct 2021 10:49:26 -0700 Subject: Fix wrong ssh_connection group (#75888) --- examples/ansible.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/ansible.cfg b/examples/ansible.cfg index 2728334358..f3dc270706 100644 --- a/examples/ansible.cfg +++ b/examples/ansible.cfg @@ -367,7 +367,7 @@ # Paramiko automatically add host keys. #host_key_auto_add = True -[ssh_connection] +[connection] # ssh arguments to use # Leaving off ControlPersist will result in poor performance, so use -- cgit v1.2.1