From 594c698a15fd5867a57b3fdba2a8cdbeebbc4aba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=B3=80=EC=A0=95=ED=9B=88?= <131643404+ByeonJungHun@users.noreply.github.com> Date: Thu, 2 Nov 2023 17:17:40 +0900 Subject: [PATCH] Update ansible.cfg --- ansible.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/ansible.cfg b/ansible.cfg index 27d062b..8a440f8 100755 --- a/ansible.cfg +++ b/ansible.cfg @@ -5,3 +5,4 @@ deprecation_warnings = False display_skipped_hosts = no ansible_home = . stdout_callback = debug +host_key_checking = False