From bd9c87462b7bca24444ab0b3740500dc023e31ad Mon Sep 17 00:00:00 2001 From: Steve Smith Date: Thu, 4 Feb 2021 11:21:46 +1100 Subject: [PATCH] 2.10 changed the default behaviour of bare variables; re-enable the previous default behaviour to avoid breakage. --- ansible.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/ansible.cfg b/ansible.cfg index bb157df..a468d9c 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -1,3 +1,4 @@ [defaults] retry_files_enabled = False callback_whitelist = profile_tasks +conditional_bare_variables = True