mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-04 15:40:20 -07:00
parent
65c19c3629
commit
b667126d35
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ EXAMPLES = """
|
||||||
tasks:
|
tasks:
|
||||||
- name: show dictionary
|
- name: show dictionary
|
||||||
debug: msg="{{item.key}}: {{item.value}}"
|
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
|
# with predefined vars
|
||||||
vars:
|
vars:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue