From 056efc71dbf7f23042ec3a2e287e99d3606f35fc Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Wed, 25 May 2016 17:28:29 -0400 Subject: [PATCH] updated for service and systemd --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 01af162059..ef0579e1f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ Ansible Changes By Release ###Major Changes: * 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. ####New Modules: - aws @@ -15,6 +16,7 @@ Ansible Changes By Release * cs_router - smartos * smartos_image_facts +- systemd ###Minor Changes: * now -vvv shows exact path from which 'currently executing module' was picked up from.