6 lines
155 B
YAML
6 lines
155 B
YAML
# vim: set filetype=yaml.ansible :
|
|
---
|
|
- name: append to gopkgs
|
|
ansible.builtin.set_fact:
|
|
gopkgs: "{{ gopkgs + [ 'github.com/rs/curlie@latest' ] }}"
|