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