- testing container is starting to work on macos - still need to do testing for linux machines
9 lines
185 B
YAML
9 lines
185 B
YAML
# vim: set filetype=yaml.ansible :
|
|
---
|
|
- name: Append to pkgs
|
|
notify:
|
|
- Depend zig
|
|
changed_when: true
|
|
ansible.builtin.set_fact:
|
|
pkg_archive: "{{ pkg_archive + ['zls'] }}"
|