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

- Don't configure pkg.conf in 6.1 or later, was removed in 6.1.

parent f2fc857f
No related branches found
No related tags found
No related merge requests found
......@@ -33,6 +33,7 @@
mode: 0o0755
- name: Configure pkg
when: ansible_distribution_version|version_compare('6.1', '<')
lineinfile:
dest: /etc/pkg.conf
line: 'installpath = {{ openbsd_pkg_mirror }}/OpenBSD/{{ ansible_distribution_version }}/packages/{{ ansible_architecture }}/'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment