summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Quist <RobQuistNL@users.noreply.github.com>2021-10-27 10:49:26 -0700
committerGitHub <noreply@github.com>2021-10-27 12:49:26 -0500
commit6626396a79b53e50e0b44f3e603b3d482de1c20f (patch)
tree573ed25841c1818faa7779f4888f89c9abcaed60
parent22a9a4f913a340f9cbb31a96ed01c6138991a4d0 (diff)
downloadansible-6626396a79b53e50e0b44f3e603b3d482de1c20f.tar.gz
Fix wrong ssh_connection group (#75888)
-rw-r--r--examples/ansible.cfg2
1 files changed, 1 insertions, 1 deletions
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