Update example in lookup dict.py (#39488)

Typo fixed
pull/4420/head
Ikrom 2018-04-30 15:36:58 +05:00 committed by Abhijeet Kasurde
parent 65c19c3629
commit b667126d35
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ EXAMPLES = """
tasks:
- name: show dictionary
debug: msg="{{item.key}}: {{item.value}}"
with_dict: {a: 1, b: 2, c: 3}a
with_dict: {a: 1, b: 2, c: 3}
# with predefined vars
vars: