5 lines
100 B
YAML
5 lines
100 B
YAML
---
|
|
- name: add zig to altpkgs
|
|
ansible.builtin.set_fact:
|
|
altpkgs: "{{ altpkgs + [ 'zig' ] }}"
|