From 2bb28c35b76a3411d5ed793a967659afbce7ac32 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: Wed, 27 Dec 2023 09:38:43 +0900 Subject: [PATCH] test --- ansible.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ansible.cfg b/ansible.cfg index bd38fef..1988601 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -1,8 +1,8 @@ [defaults] inventory = checklist roles_path = roles -deprecation_warnings = False +deprecation_warnings = false display_skipped_hosts = no ansible_home = . stdout_callback = debug -host_key_checking = true +host_key_checking = false