Install cargo only if pkg_cargo needs it
This commit is contained in:
@@ -15,11 +15,11 @@
|
||||
- name: Append neovide build_deps to pkg_sys
|
||||
ansible.builtin.set_fact:
|
||||
pkg_sys: "{{ pkg_sys + neovide.deps }}"
|
||||
|
||||
|
||||
- name: Append neovide to pkg_cargo
|
||||
notify:
|
||||
- Depend cargo
|
||||
changed_when: true
|
||||
# notify:
|
||||
# - Depend cargo
|
||||
# changed_when: true
|
||||
ansible.builtin.set_fact:
|
||||
pkg_cargo: "{{ pkg_cargo + [neovide] }}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user