Don't download minisig dnscrypt release

This commit is contained in:
Brian Hulette 2018-04-29 11:53:00 -04:00
parent 3d9fa7f8c8
commit c3e4638e56

View file

@ -34,7 +34,7 @@
force: true force: true
with_items: "{{ dnscrypt_proxy_latest['json']['assets'] }}" with_items: "{{ dnscrypt_proxy_latest['json']['assets'] }}"
no_log: true 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 notify: restart dnscrypt-proxy
- name: FreeBSD | Extract the latest archive - name: FreeBSD | Extract the latest archive