Don't download minisig dnscrypt release (#905)

pull/909/head
Brian Hulette 6 years ago committed by Dan Guido
parent 3d9fa7f8c8
commit e01e82b1c3

@ -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…
Cancel
Save