Install cargo only if pkg_cargo needs it
This commit is contained in:
@@ -17,8 +17,8 @@
|
||||
- name: Add xh to cargopkgs
|
||||
when:
|
||||
- ansible_system == 'Linux'
|
||||
notify: Depend cargo
|
||||
changed_when: true
|
||||
# notify: Depend cargo
|
||||
# changed_when: true
|
||||
ansible.builtin.set_fact:
|
||||
pkg_cargo: "{{ pkg_cargo + [xh] }}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user