Skip to content
Snippets Groups Projects
Commit 89e9010b authored by nimrod's avatar nimrod
Browse files

- Corrected broken sudo install in OpenBSD.

parent faff7e63
No related branches found
No related tags found
No related merge requests found
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
- name: pkg install sudo - name: pkg install sudo
when: ansible_pkg_mgr == 'openbsd_pkg' and ansible_distribution_version|version_compare('5.7', '>') when: ansible_pkg_mgr == 'openbsd_pkg' and ansible_distribution_version|version_compare('5.7', '>')
openbsd_pkg: openbsd_pkg:
name: sudo%1.8 name: sudo--
state: present state: present
- name: Create sudoers.d directory - name: Create sudoers.d directory
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment