From 9103bd92e234b59cd762fa0828a294348df8cb9f Mon Sep 17 00:00:00 2001 From: James Tanner Date: Fri, 28 Feb 2014 10:09:23 -0500 Subject: [PATCH] Add note about ansible-vault to the changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0102973ca97..d8f52a7ef2a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,7 @@ Major features/changes: * all ec2 modules that work with Eucalyptus also now support a 'validate_certs' option, which can be set to 'off' for installations using self-signed certs. * Start of new integration test infrastructure (WIP, more details TBD) * if repoquery is unavailble, the yum module will automatically attempt to install yum-utils +* ansible-vault: a framework for encrypting your playbook ad vars files New modules: