Add PKG_PATH

This commit is contained in:
Anthony Rose 2019-11-23 12:43:51 +00:00
parent 25e951525f
commit 06e4df5e79

View file

@ -6,6 +6,13 @@
regexp: '^CHECK_OSABI=' regexp: '^CHECK_OSABI='
line: 'CHECK_OSABI=no' line: 'CHECK_OSABI=no'
create: yes create: yes
- name: Configure PKG_PATH
become: true
lineinfile:
path: /etc/pkg_install.conf
regexp: '^PKG_PATH='
line: 'PKG_PATH=http://cdn.netbsd.org/pub/pkgsrc/packages/NetBSD/{{ ansible_machine }}/{{ ansible_distribution_release }}/All'
create: yes
- name: Install CLI packages - name: Install CLI packages
become: true become: true
pkgin: pkgin: