fix cargo installs for rust_onig

This commit is contained in:
Matthew Stobbs
2025-05-12 11:34:16 -06:00
parent 023b1fc641
commit 308cae99b3
3 changed files with 10 additions and 2 deletions

View File

@@ -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) }}"