From e9bf120509dd18415eafd869672861e6e8ea3366 Mon Sep 17 00:00:00 2001 From: Salt Date: Tue, 15 Feb 2022 13:40:28 -0600 Subject: [PATCH] Minor spacing fix in ansible.cfg --- ansible.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible.cfg b/ansible.cfg index d5a3e75..af32980 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -13,4 +13,4 @@ remote_tmp = /tmp [ssh_connection] pipelining = true -ssh_extra_args =-o ForwardAgent=yes -o StrictHostKeyChecking=no +ssh_extra_args = -o ForwardAgent=yes -o StrictHostKeyChecking=no