adjusted with_dict test to now work

pull/11276/head
Brian Coca 9 years ago
parent dc31086a17
commit 5ed2e44026

@ -162,10 +162,4 @@
- name: set with_dict
shell: echo "{{ item.key + '=' + item.value }}"
register: keyval
with_dict: "{{ mydict }}"
- name: compare dict return
assert:
that:
- "keyval.stdout == 'mykey=myval'"

@ -0,0 +1,3 @@
mydict:
mykey1: myval1
mykey2: myval2
Loading…
Cancel
Save