fix cargo installs for rust_onig
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
---
|
||||
- name: Install cargo {{ pkg }}
|
||||
become: "{{ ext_become }}"
|
||||
environment:
|
||||
RUSTONIG_SYSTEM_LIBONIG=1
|
||||
community.general.cargo:
|
||||
name: "{{ pkg.name | default(pkg) }}"
|
||||
version: "{{ pkg.vers | default(omit) }}"
|
||||
|
||||
Reference in New Issue
Block a user