fix cargo packages

This commit is contained in:
Matthew Stobbs
2025-05-10 11:47:32 -06:00
parent cb199a3cbe
commit 7183372163
5 changed files with 10 additions and 0 deletions

View File

@@ -5,6 +5,8 @@
- htmx_lsp_configured is undefined - htmx_lsp_configured is undefined
block: block:
- name: Append htmx-lsp to pkg_cargo - name: Append htmx-lsp to pkg_cargo
notify: Depend cargo
changed_when: true
ansible.builtin.set_fact: ansible.builtin.set_fact:
pkg_cargo: "{{ pkg_cargo + ['htmx-lsp'] }}" pkg_cargo: "{{ pkg_cargo + ['htmx-lsp'] }}"

View File

@@ -13,6 +13,8 @@
- name: Append mcfly to pkg_cargo - name: Append mcfly to pkg_cargo
when: when:
- ansible_system == 'Linux' - ansible_system == 'Linux'
notify: Depend cargo
changed_when: true
ansible.builtin.set_fact: ansible.builtin.set_fact:
pkg_cargo: "{{ pkg_cargo + ['mcfly'] }}" pkg_cargo: "{{ pkg_cargo + ['mcfly'] }}"

View File

@@ -13,6 +13,8 @@
- name: Append tldr to pkg_cargo - name: Append tldr to pkg_cargo
when: when:
- ansible_system == 'Linux' - ansible_system == 'Linux'
notify: Depend cargo
changed_when: true
ansible.builtin.set_fact: ansible.builtin.set_fact:
pkg_cargo: "{{ pkg_cargo + ['tlrc'] }}" pkg_cargo: "{{ pkg_cargo + ['tlrc'] }}"

View File

@@ -17,6 +17,8 @@
- name: Add xh to cargopkgs - name: Add xh to cargopkgs
when: when:
- ansible_system == 'Linux' - ansible_system == 'Linux'
notify: Depend cargo
changed_when: true
ansible.builtin.set_fact: ansible.builtin.set_fact:
pkg_cargo: "{{ pkg_cargo + [xh] }}" pkg_cargo: "{{ pkg_cargo + [xh] }}"

View File

@@ -5,6 +5,8 @@
- yazi_fm_configured is undefined - yazi_fm_configured is undefined
block: block:
- name: Append yazi-fm to pkg_cargo - name: Append yazi-fm to pkg_cargo
notify: Depend cargo
changed_when: true
ansible.builtin.set_fact: ansible.builtin.set_fact:
pkg_cargo: "{{ pkg_cargo + ['yazi-fm', 'yazi-cli'] }}" pkg_cargo: "{{ pkg_cargo + ['yazi-fm', 'yazi-cli'] }}"