ansible/changelogs/fragments/debug_fixes.yml
Brian Coca 40c47b7785 fix minor issues with debug and item labels (#41331) (#41815)
* fix minor issues with debug and item labels

 - no more `item=None`, we always have a label now
 - debug should only show expected information, either msg= or the var in var=
 - also fixed method name, deprecated misleading _get_item

(cherry picked from commit 27c43daab8)
2018-07-03 12:05:13 -07:00

2 lines
98 B
YAML

bugfixes:
- correct debug display for all cases https://github.com/ansible/ansible/pull/41331