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