5 lines
120 B
YAML
5 lines
120 B
YAML
---
|
|
- name: append to gopkgs
|
|
ansible.builtin.set_fact:
|
|
gopkgs: "{{ gopkgs + [ 'github.com/rs/curlie@latest' ] }}"
|