WIP: Print extra debug info

Change-Id: I0e2d43873410a095771503da712e67db5b64f25f
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2019-11-25 22:21:29 -05:00
parent 26cadea6af
commit dcaf23f696
1 changed files with 6 additions and 0 deletions

View File

@ -2,9 +2,15 @@
uri:
url: "{{ download_artifact_api }}/builds?{{ download_artifact_query }}"
register: build
- name: Print debug info
debug:
msg: "{{ build }}"
- name: Parse build response
set_fact:
build: "{{ build.json[0] }}"
- name: Download archive by type
uri:
url: "{{ artifact.url }}"