From 387ad9a980f97603b4c9f7c87548407b44140274 Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Tue, 15 Nov 2016 15:37:17 -0500 Subject: [PATCH] updated changelog with configurable strategy --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 06ba07090f..624a7e4984 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ Ansible Changes By Release * removed 'package' from default squash actions as not all package managers support it and it creates errors when using loops, any user can add back via config options if they don't use those package managers or othewise avoid the errors. * Blocks can now have a `name` field, to aid in playbook readability. +* default strategy is now configurable via ansible.cfg or environment variable. ###Deprecations: * Specifying --tags (or --skip-tags) multiple times on the command line