mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Example config file should use correct config setting.
This commit is contained in:
parent
9db4f7a9a6
commit
d96cedcad1
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ transport = paramiko
|
|||
remote_port = 22
|
||||
|
||||
# uncomment this to disable SSH key host checking
|
||||
#host_checking = False
|
||||
#host_key_checking = False
|
||||
|
||||
# change this for alternative sudo implementations
|
||||
sudo_exe = sudo
|
||||
|
|
Loading…
Reference in a new issue