From 2411cb32b0506bcc237b9146bec384fcd23de642 Mon Sep 17 00:00:00 2001 From: Jeltz Date: Sat, 26 Feb 2022 19:13:02 +0100 Subject: [PATCH] Add ask_vault_pass in ansible.cfg --- ansible.cfg | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ansible.cfg b/ansible.cfg index ebe93da..02654f3 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -1,8 +1,7 @@ # Ansible configuration [defaults] - -# Explicitly redefine some defaults to make subfolder execution work +ask_vault_pass = True roles_path = ./roles # Do not create .retry files