From 766b0ea5b7092108d87c65b16240c659e1ed1f83 Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Thu, 6 Jul 2017 12:22:41 -0400 Subject: [PATCH] updated with new task 'failed' logic --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a616c10ca..a3706d379b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -68,8 +68,8 @@ Ansible Changes By Release * Experimentally added pmrun become method. * Enable the docker connection plugin to use su as a become method * Add an encoding parameter for the replace module so that it can operate on non-utf-8 files -* By default, Ansible now uses the cryptography module to implement vault - instead of the older pycrypto module. +* By default, Ansible now uses the cryptography module to implement vault instead of the older pycrypto module. +* Changed task state resulting from both 'rc' and 'failed' fields returned, 'rc' no longer overrides 'failed'. Test plugins have also been updated accordingly. #### New Callbacks: - profile_roles