From 099d1797f2628ebca2873639b61a1015517afa52 Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Wed, 2 Sep 2015 12:59:39 -0400 Subject: [PATCH] added new path config setting handling --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7436556ce27..06cce7e0a7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -233,6 +233,7 @@ Minor changes: and can write to a given ``--output file`` (including stdout, '-'). This lets you avoid ever writing sensitive plaintext to disk. * ansible-vault rekey accepts the --new-vault-password-file option. + * configuration items defined as paths (local only) will now all support shell style interpolations * many fixes and new options added to modules, too many to list here. ## 1.9.2 "Dancing In the Street" - Jun 26, 2015