From e8cc63aba53fccadd38d4b2c2ff9f5ee0b035c2a Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Mon, 26 Oct 2015 13:08:04 -0700 Subject: Add fix for ini_file module and empty string --- CHANGELOG.md | 1 + lib/ansible/modules/core | 2 +- lib/ansible/modules/extras | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ecc334d9b..ee40e8b7cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ Other Notable Changes: * Compatibility fix with docker 1.8. * Fix a bug with the crypttab module omitting certain characters from the name of the device * Fix bug with uri module not handling all binary files +* Fix bug with ini_file not removing options set to an empty string ## 1.9.4 "Dancing In the Street" - Oct 10, 2015 diff --git a/lib/ansible/modules/core b/lib/ansible/modules/core index 189c741ed1..4b65a4a8b5 160000 --- a/lib/ansible/modules/core +++ b/lib/ansible/modules/core @@ -1 +1 @@ -Subproject commit 189c741ed1706207365007e4d960f5881269e30e +Subproject commit 4b65a4a8b58bdeca8e15f4c9fa3c56edaaeb8f85 diff --git a/lib/ansible/modules/extras b/lib/ansible/modules/extras index a5c195db5f..29c3e31a92 160000 --- a/lib/ansible/modules/extras +++ b/lib/ansible/modules/extras @@ -1 +1 @@ -Subproject commit a5c195db5ffdf3e2a23a5e0772dbeeaee8601efb +Subproject commit 29c3e31a92acd08d5f02a0d5b4ec7a90f0c3774a -- cgit v1.2.1