Ignore OSABI in pkg
This commit is contained in:
parent
bc5cd66b60
commit
2323d6e68a
1 changed files with 7 additions and 0 deletions
|
@ -1,4 +1,11 @@
|
|||
---
|
||||
- name: Configure pkg to ignore OSABI
|
||||
become: true
|
||||
lineinfile:
|
||||
path: /etc/pkg_install.conf
|
||||
regexp: '^CHECK_OSABI='
|
||||
line: 'CHECK_OSABI=no'
|
||||
create: yes
|
||||
- name: Install NetBSD CLI packages
|
||||
become: true
|
||||
pkgin:
|
||||
|
|
Loading…
Reference in a new issue