summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorToshio Kuratomi <a.badger@gmail.com>2017-10-18 16:30:18 -0700
committerToshio Kuratomi <a.badger@gmail.com>2017-10-18 16:30:18 -0700
commitc4085eb07c1592fb48b5de8168794302ebdc889b (patch)
treeca422e2a6d0de19f081a8fa0c0128811102fcc55
parentb27e86ac07ae5361b1cecdbbaaa5c3ff19e1cb9e (diff)
downloadansible-c4085eb07c1592fb48b5de8168794302ebdc889b.tar.gz
Add hostname fix for rhel7
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e46c688212..cdcb37b294 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -55,6 +55,7 @@ Ansible Changes By Release
* Fix for win_file to respect check mode when deleting directories
* Include_role now complains about invalid arguments
* Added socket conditions to ignore for wait_for, no need to error for closing already closed connection
+* Updated hostname module to work on newer RHEL7 releases
<a id="2.3.2"></a>