add a number of pkgs
- putting package deps and pkgnames in vars/main.yml
This commit is contained in:
4
tasks/pkgs/curlie.yml
Normal file
4
tasks/pkgs/curlie.yml
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
- name: append to gopkgs
|
||||
ansible.builtin.set_fact:
|
||||
gopkgs: "{{ gopkgs + [ 'github.com/rs/curlie@latest' ] }}"
|
||||
Reference in New Issue
Block a user