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