Skip to content
Snippets Groups Projects
Commit 269f2aa1 authored by nimrod's avatar nimrod
Browse files

Corrected stunnel OpenBSD pkg install (used OS family instead of release version).

parent 65084a5d
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@
- name: pkg install stunnel
when: ansible_pkg_mgr == 'openbsd_pkg'
openbsd_pkg:
name: '{{ openbsd_stunnel_version[ansible_os_family] }}'
name: '{{ openbsd_stunnel_version[ansible_distribution_release] }}'
state: present
- name: Configure stunnel
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment