Ignore OSABI in pkg

This commit is contained in:
Anthony Rose 2019-11-10 17:20:35 +00:00
parent bc5cd66b60
commit 2323d6e68a

View file

@ -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: