mirror of
https://github.com/trailofbits/algo.git
synced 2025-06-05 22:54:01 +02:00
Don't download minisig dnscrypt release (#905)
This commit is contained in:
parent
3d9fa7f8c8
commit
e01e82b1c3
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@
|
|||
force: true
|
||||
with_items: "{{ dnscrypt_proxy_latest['json']['assets'] }}"
|
||||
no_log: true
|
||||
when: '"freebsd_amd64" in item.name'
|
||||
when: '"freebsd_amd64" in item.name and not item.name.endswith("minisig")'
|
||||
notify: restart dnscrypt-proxy
|
||||
|
||||
- name: FreeBSD | Extract the latest archive
|
||||
|
|
Loading…
Add table
Reference in a new issue