Update README.md

This commit is contained in:
NewName
2024-08-14 02:32:11 +08:00
parent e13fdd0060
commit 07fc6467a1

View File

@@ -123,6 +123,7 @@ sudo nano /etc/ansible/ansible.cfg
``` ```
[defaults] [defaults]
host_key_checking = False host_key_checking = False
ansible_ssh_common_args = '-o StrictHostKeyChecking=no'
``` ```