change to with_items

This commit is contained in:
Andy Rajagopalan
2019-12-06 10:24:24 -08:00
committed by Steve Smith
parent e59dfdb2da
commit 077fd0511b

View File

@@ -41,12 +41,12 @@
- name: get job id - name: get job id
debug: var=response[item].json.state debug: var=response[item].json.state
with_dict: "{{ response }}" with_items: "{{ response }}"
- name: get job id - name: get job id
debug: var=response[item].json.id debug: var=response[item].json.id
with_dict: "{{ response }}" with_items: "{{ response }}"