hopefully fix get_url module in openbsd

master
Michael Wilson 3 years ago
parent def47ba521
commit 9f911dc201
  1. 2
      firewall/tasks/openbsd.yml

@ -48,6 +48,8 @@
state: present
snapshot: "{{ force_openbsd_snapshot | default(false) }}"
- name: download pf-badhost
environment:
SSL_CERT_FILE: "/etc/ssl/cert.pem"
get_url:
url: "{{ pfbadhost_url }}"
dest: "{{ pfbadhost_path }}"

Loading…
Cancel
Save