Add PKG_PATH
This commit is contained in:
parent
25e951525f
commit
06e4df5e79
1 changed files with 7 additions and 0 deletions
|
@ -6,6 +6,13 @@
|
|||
regexp: '^CHECK_OSABI='
|
||||
line: 'CHECK_OSABI=no'
|
||||
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
|
||||
become: true
|
||||
pkgin:
|
||||
|
|
Loading…
Reference in a new issue