8 lines
153 B
YAML
8 lines
153 B
YAML
# vim: set filetype=yaml.ansible :
|
|
---
|
|
- name: Add to go_pkgs
|
|
notify:
|
|
- Depend go
|
|
ansible.builtin.set_fact:
|
|
go_pkgs: "{{ go_pkgs + [air] }}"
|