From 7ba71fc2d26fe1c1818faba3b20e2abb78dfcceb Mon Sep 17 00:00:00 2001 From: nitzmahone Date: Mon, 27 Jun 2016 09:49:41 -0700 Subject: [PATCH] CHANGELOG update for win_setup changes --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ec74b9fba9..d95a4718c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,11 @@ Ansible Changes By Release * Added the `listen` feature for modules. This feature allows tasks to more easily notify multiple handlers, as well as making it easier for handlers from decoupled roles to be notified. * Added support for binary modules * The service module has been changed to use system specific modules if they exist and fallback to the old service module if they cannot be found or detected. +* Several Windows facts were modified or renamed for consistency with their Unix counterparts, and many new facts were added. If your playbooks rely on any of the following keys, please ensure they are using the correct key names and/or values: + - ansible_date_time.date (changed to use yyyy-mm-dd format instead of default system-locale format) + - ansible_date_time.iso8601 (changed to UTC instead of local time) + - ansible_distribution (now uses OS caption string, e.g.: "Microsoft Windows Server 2012 R2 Standard", version is still available on ansible_distribution_version) + - ansible_totalmem (renamed to ansible_memtotal_mb, units changed to MB instead of bytes) ####New Modules: - aws