Add ability to store and access module results later on in the play. See examples/playbooks/register_logic for details.

This commit is contained in:
Michael DeHaan 2012-08-10 01:13:37 -04:00
commit 05a128c2be
4 changed files with 35 additions and 4 deletions

View file

@ -27,7 +27,7 @@ Ansible Changes By Release
* allow variables in parameterized task include parameters (regression)
* make remote_md5 internal function work with non-bash shells
* allow user to be passed in via --extra-vars (regression)
* ${last_result} variable stores the last result for each host
* add ability to store the result of any command in a register (see examples/playbooks/register_logic.yml)
0.6 "Cabo" -- August 6, 2012