From bf25193ec171533edee6c4098d9f8e2be056d199 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Wed, 1 Aug 2012 20:34:39 -0400 Subject: [PATCH] changelog updates --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b400c2723..7de3bfbc18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,8 @@ playbooks: * automatically load (directory_of_inventory_file)/group_vars/groupname and /host_vars/hostname in vars_files * playbook is now colorized, set ANSIBLE_NOCOLOR=1 if you do not like this, does not colorize if not a TTY * hostvars now preserved between plays (regression in 0.5 from 0.4), useful for sharing vars in multinode configs +* ignore_errors: True on a task can be used to allow a task to fail and not stop the play +* with_items with the apt module will install/remove/update everything in a single command (yum pending) inventory: