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
|
- wlopm
|
||||||
- wlsunset
|
- wlsunset
|
||||||
- wtype
|
- wtype
|
||||||
- yq-go
|
|
||||||
- yt-dlp
|
- yt-dlp
|
||||||
- zk
|
- zk
|
||||||
- zoxide
|
- zoxide
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,2 @@
|
||||||
all_packages_to_install: "{{ lookup('community.general.merge_variables', '^packages_.*') }}"
|
|
||||||
|
|
||||||
custom_repositories:
|
custom_repositories:
|
||||||
- https://marty-oehme.github.io/void-templates
|
- https://marty-oehme.github.io/void-templates
|
||||||
|
|
|
||||||
|
|
@ -9,13 +9,5 @@
|
||||||
|
|
||||||
- name: Install all my used void packages
|
- name: Install all my used void packages
|
||||||
community.general.xbps:
|
community.general.xbps:
|
||||||
name: all_packages_to_install
|
name: "{{ lookup('community.general.merge_variables', '^packages_.*') }}"
|
||||||
state: "{{ desired_package_state | default('present') }}"
|
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