implemented loop pausing (#17289)

* implemented loop pausing

- added loop pause to changelog
- only pause between iterations, avoid 1st/last
- added example to docs

* fixed note placement

* else

* added docs for loop_control: label
This commit is contained in:
Brian Coca
2016-08-31 16:09:37 -04:00
committed by GitHub
parent e6e541fcb3
commit f39799fbcd
4 changed files with 42 additions and 0 deletions

View File

@@ -79,6 +79,8 @@ Ansible Changes By Release
###Minor Changes:
* now -vvv shows exact path from which 'currently executing module' was picked up from.
* loop_control now has a label option to allow fine grained control what gets displayed per item
* loop_control now has a pause option to allow pausing for N seconds between loop iterations of a task.
## 2.1 "The Song Remains the Same"