From 11a971ad679dd7079a9df9653d1a92826709d47f Mon Sep 17 00:00:00 2001 From: Anton Vakhrushev Date: Thu, 2 Nov 2023 15:27:33 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=B5=D1=80=D0=B5=D0=BD=D0=B5=D1=81=20?= =?UTF-8?q?=D0=BD=D0=B0=D1=81=D1=82=D1=80=D0=BE=D0=B9=D0=BA=D1=83=20=D0=B2?= =?UTF-8?q?=20=D0=BA=D0=BE=D0=BD=D1=84=D0=B8=D0=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Taskfile.yml | 1 - ansible.cfg | 3 ++- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Taskfile.yml b/Taskfile.yml index 62bd490..3e12910 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -7,7 +7,6 @@ vars: sh: id -u GROUP_ID: sh: id -g - ANSIBLE_HOST_KEY_CHECKING: 'True' tasks: edit-vars: diff --git a/ansible.cfg b/ansible.cfg index 326d2fc..c8a157d 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -1,3 +1,4 @@ [defaults] -roles_path = ./ansible/galaxy.roles +host_key_checking = True vault_password_file = ./ansible-vault-password-file +roles_path = ./ansible/galaxy.roles