Commit 24f77c07 authored by nimrod's avatar nimrod
Browse files

- Use OS version or snapshot, as is the default.

parent b62571d2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@
- name: Configure pkg
  lineinfile:
    dest: /etc/pkg.conf
    line: 'installpath = {{ openbsd_pkg_mirror }}/OpenBSD/%v/packages/%a/'
    line: 'installpath = {{ openbsd_pkg_mirror }}/OpenBSD/%c/packages/%a/'
    regexp: '^installpath ='
    state: present
    create: yes