fix #2
This commit is contained in:
parent
7d8436329f
commit
5511377797
2 changed files with 5 additions and 1 deletions
4
README.md
Normal file
4
README.md
Normal file
|
@ -0,0 +1,4 @@
|
|||
```
|
||||
pip install jmespath
|
||||
```
|
||||
is required
|
|
@ -59,7 +59,7 @@
|
|||
url: "{{ release_contents.json | json_query(query) }}"
|
||||
dest: "/tmp/forgejo-{{ forgejo_version }}"
|
||||
vars:
|
||||
query: "assets[? name==[*]linux\-amd64].browser_download_url"
|
||||
query: "assets[? name==[*]amd64].browser_download_url"
|
||||
when: forgejo_version is defined and not forgejo_binary_dl.stat.exists
|
||||
|
||||
# - name: Copy forgejo binary to /usr/local/bin after successful download
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue