From 3060e66e77dc7faa4a4ffdc1bc0acf914c944cf3 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Wed, 19 Jun 2013 22:03:49 -0400 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e1bdf21db2..ded61f04806 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -35,6 +35,7 @@ Misc changes: * new state=hard option to the file module for hardlinks vs softlinks * fixes to apt module purging option behavior * fixes for device facts with multiple PCI domains +* added "with_inventory_hostnames" lookup plugin, which can take a pattern and loop over hostnames matching the pattern and is great for use with delegate_to and so on. 1.2 "Right Now" -- June 10, 2013