From b3f298fcb7eec721fe23ed7b1bde9208aee7694d Mon Sep 17 00:00:00 2001 From: James Cammarata Date: Mon, 14 Jul 2014 14:38:03 -0500 Subject: [PATCH] Adding run_once feature to CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ac9ee7b5fdb..8c3d19a2888 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ Ansible Changes By Release Major new features: * Windows support (alpha) using native PowerShell remoting +* Tasks can now specify `run_once: true`, meaning they will be executed exactly once. This can be combined with delegate_to to trigger actions you want done just the one time versus for every host in inventory. New inventory scripts: