fixed remaining issues
added pipx and ripgrep back. not sure where they went in the first place
This commit is contained in:
@@ -150,7 +150,7 @@
|
||||
block:
|
||||
- name: Queue ghostty to pkg_sys
|
||||
ansible.builtin.set_fact:
|
||||
pkg_sys: "{{ pkg_sys + ghostty.pkg }}"
|
||||
pkg_sys: "{{ pkg_sys + [ghostty.pkg] }}"
|
||||
|
||||
- name: Finalise ghostty configuration
|
||||
ansible.builtin.set_fact:
|
||||
|
||||
Reference in New Issue
Block a user