From bef2f5696f429a713b2cdb4548c28aea2a33e2ec Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Mon, 8 Apr 2013 12:39:00 -0400 Subject: [PATCH] Update changelog --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e19526dc481..034b58d38a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,7 +13,8 @@ Core Features: * can set ansible_private_key_file as an inventory variable (similar to ansible_ssh_host, etc) * 'when' statement can be affixed to task includes to auto-affix the conditional to each task therein * cosmetic: "*****" banners in ansible-playbook output are now constant width -* attempt to create an inventory file to rerun against failed hosts only, without retrying successful ones +* --limit can now be given a filename (--limit @filename) to constrain a run to a host list on disk +* failed playbook runs will create a retry file in /var/tmp/ansible usable with --limit Modules added