Files
ansible_role_package/tasks/config/zig.yml
Matthew Stobbs c0400949c3 more packages fixed
- removed nushell. Not using it, not going to use again anytime soon
2025-02-20 12:22:50 -07:00

9 lines
210 B
YAML

# vim: set filetype=yaml.ansible :
---
- name: Set zig configuration
ansible.builtin.set_fact:
zig:
version: 0.13.0
install_prefix: "{{ default_install_prefix }}"
install_path: /opt/zig