Minor spacing fix in ansible.cfg

This commit is contained in:
Salt 2022-02-15 13:40:28 -06:00
parent 8e8b25d8f2
commit e9bf120509

View File

@ -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