mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
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:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user