mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-20 11:04:00 -07:00
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:
parent
6c5761a79e
commit
05a128c2be
4 changed files with 35 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue