From 4abf2b10e42426eb5b897dc472845b56acfa29af Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Mon, 12 Sep 2022 17:18:19 +0300 Subject: [PATCH] ansible.cfg: smart fact gathering --- ansible.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/ansible.cfg b/ansible.cfg index e896c12..5859688 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -2,6 +2,7 @@ retry_files_enabled=False force_handlers=True inventory=hosts +gathering = smart # instead of using --ask-vault-pass ask_vault_pass=True remote_user = provisioning