more package fixes
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# vim: set filetype=yaml.ansible :
|
||||
---
|
||||
- name: Add to go_pkgs
|
||||
- name: Add to pkg_go
|
||||
notify:
|
||||
- Depend go
|
||||
ansible.builtin.set_fact:
|
||||
go_pkgs: "{{ go_pkgs + [air] }}"
|
||||
pkg_go: "{{ pkg_go + [air] }}"
|
||||
|
||||
Reference in New Issue
Block a user