summaryrefslogtreecommitdiff
path: root/lib/ansible/plugins/filter/dict2items.yml
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ansible/plugins/filter/dict2items.yml')
-rw-r--r--lib/ansible/plugins/filter/dict2items.yml12
1 files changed, 1 insertions, 11 deletions
diff --git a/lib/ansible/plugins/filter/dict2items.yml b/lib/ansible/plugins/filter/dict2items.yml
index d90a1aa3..aa51826a 100644
--- a/lib/ansible/plugins/filter/dict2items.yml
+++ b/lib/ansible/plugins/filter/dict2items.yml
@@ -30,18 +30,8 @@ DOCUMENTATION:
EXAMPLES: |
# items => [ { "key": "a", "value": 1 }, { "key": "b", "value": 2 } ]
- items: "{{ {'a': 1, 'b': 2}| dict2items }}"
+ items: "{{ {'a': 1, 'b': 2}| dict2items}}"
- # files_dicts: [
- # {
- # "file": "users",
- # "path": "/etc/passwd"
- # },
- # {
- # "file": "groups",
- # "path": "/etc/group"
- # }
- # ]
vars:
files:
users: /etc/passwd