From 6f9b01355285f6152e4733edf57d09738de46ba0 Mon Sep 17 00:00:00 2001 From: ByeonJungHun <131643404+ByeonJungHun@users.noreply.github.com> Date: Mon, 3 Jul 2023 09:24:43 +0900 Subject: [PATCH] Update ansible.cfg --- ansible.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/ansible.cfg b/ansible.cfg index 5aeb953..026e2ac 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -1,4 +1,5 @@ [defaults] +host = localhost inventory = inventory roles_path = roles deprecation_warnings = False