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