- static package configuration in `vars/pkgs` - loaded into the variable `pkgconfig` as part of `tasks/main.yml`
8 lines
157 B
YAML
8 lines
157 B
YAML
# vim: set filetype=yaml.ansible :
|
|
---
|
|
- name: Add to go_pkgs
|
|
notify:
|
|
- Depend go
|
|
ansible.builtin.set_fact:
|
|
go_pkgs: "{{ go_pkgs + [air.pkg] }}"
|