Expose loop_control.loop_var as ansible_loop_var (#54240)

* Expose the loop_var as ansible_loop_var

* Add docs

* fix assert test

* Indicate version added
This commit is contained in:
Matt Martz 2019-03-26 11:07:54 -05:00 committed by GitHub
commit 6996926d89
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 26 additions and 0 deletions

View file

@ -0,0 +1,2 @@
minor_changes:
- loop - expose loop var name as ``ansible_loop_var``