Compare commits
No commits in common. "b4fbc9be8adbc9beb38161a0cd09f9d81e68700c" and "da3adb0887096b2101fe62031dc411accfa910d5" have entirely different histories.
b4fbc9be8a
...
da3adb0887
3 changed files with 1 additions and 12 deletions
|
|
@ -65,7 +65,6 @@ packages_terminal:
|
|||
- wlopm
|
||||
- wlsunset
|
||||
- wtype
|
||||
- yq-go
|
||||
- yt-dlp
|
||||
- zk
|
||||
- zoxide
|
||||
|
|
|
|||
|
|
@ -1,4 +1,2 @@
|
|||
all_packages_to_install: "{{ lookup('community.general.merge_variables', '^packages_.*') }}"
|
||||
|
||||
custom_repositories:
|
||||
- https://marty-oehme.github.io/void-templates
|
||||
|
|
|
|||
|
|
@ -9,13 +9,5 @@
|
|||
|
||||
- name: Install all my used void packages
|
||||
community.general.xbps:
|
||||
name: all_packages_to_install
|
||||
name: "{{ lookup('community.general.merge_variables', '^packages_.*') }}"
|
||||
state: "{{ desired_package_state | default('present') }}"
|
||||
|
||||
- name: Ensure yq binary points to the yq-go version
|
||||
ansible.builtin.file:
|
||||
src: "/usr/bin/yq-go"
|
||||
dest: "/usr/bin/yq"
|
||||
state: link
|
||||
when: "'yq-go' in all_packages_to_install"
|
||||
tags: sut
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue