fix cargo packages
This commit is contained in:
@@ -5,6 +5,8 @@
|
||||
- htmx_lsp_configured is undefined
|
||||
block:
|
||||
- name: Append htmx-lsp to pkg_cargo
|
||||
notify: Depend cargo
|
||||
changed_when: true
|
||||
ansible.builtin.set_fact:
|
||||
pkg_cargo: "{{ pkg_cargo + ['htmx-lsp'] }}"
|
||||
|
||||
|
||||
@@ -13,6 +13,8 @@
|
||||
- name: Append mcfly to pkg_cargo
|
||||
when:
|
||||
- ansible_system == 'Linux'
|
||||
notify: Depend cargo
|
||||
changed_when: true
|
||||
ansible.builtin.set_fact:
|
||||
pkg_cargo: "{{ pkg_cargo + ['mcfly'] }}"
|
||||
|
||||
|
||||
@@ -13,6 +13,8 @@
|
||||
- name: Append tldr to pkg_cargo
|
||||
when:
|
||||
- ansible_system == 'Linux'
|
||||
notify: Depend cargo
|
||||
changed_when: true
|
||||
ansible.builtin.set_fact:
|
||||
pkg_cargo: "{{ pkg_cargo + ['tlrc'] }}"
|
||||
|
||||
|
||||
@@ -17,6 +17,8 @@
|
||||
- name: Add xh to cargopkgs
|
||||
when:
|
||||
- ansible_system == 'Linux'
|
||||
notify: Depend cargo
|
||||
changed_when: true
|
||||
ansible.builtin.set_fact:
|
||||
pkg_cargo: "{{ pkg_cargo + [xh] }}"
|
||||
|
||||
|
||||
@@ -5,6 +5,8 @@
|
||||
- yazi_fm_configured is undefined
|
||||
block:
|
||||
- name: Append yazi-fm to pkg_cargo
|
||||
notify: Depend cargo
|
||||
changed_when: true
|
||||
ansible.builtin.set_fact:
|
||||
pkg_cargo: "{{ pkg_cargo + ['yazi-fm', 'yazi-cli'] }}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user