mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 00:43:06 -06:00
add with_dict
This commit is contained in:
committed by
Steve Smith
parent
a2ba77418e
commit
e59dfdb2da
@@ -41,9 +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 }}"
|
||||||
|
|
||||||
|
|
||||||
- name: get job id
|
- name: get job id
|
||||||
debug: var=response[item].json.id
|
debug: var=response[item].json.id
|
||||||
|
with_dict: "{{ response }}"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user