Fix with_items debug loop example. Fixes #34540 (#34578)

This commit is contained in:
Matt Martz
2018-01-08 16:13:10 -06:00
committed by GitHub
parent 08a1d47427
commit df909c5726

View File

@@ -23,7 +23,8 @@ DOCUMENTATION = """
EXAMPLES = """
- name: "loop through list"
debug: msg="An item: {{item}}"
debug:
msg: "An item: {{item}}"
with_items:
- 1
- 2