added debug output
This commit is contained in:
parent
5af1687914
commit
c58811aa79
1 changed files with 4 additions and 0 deletions
|
@ -54,6 +54,10 @@
|
||||||
return_content: yes
|
return_content: yes
|
||||||
register: release_contents
|
register: release_contents
|
||||||
|
|
||||||
|
- name: Print received release directory
|
||||||
|
debug:
|
||||||
|
msg: "{{ release_contents }}"
|
||||||
|
|
||||||
- name: Download desired forgejo version to temporary directory
|
- name: Download desired forgejo version to temporary directory
|
||||||
get_url:
|
get_url:
|
||||||
url: "{{ release_contents | json_query(query) }}"
|
url: "{{ release_contents | json_query(query) }}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue