Install cargo only if pkg_cargo needs it
This commit is contained in:
@@ -5,9 +5,9 @@
|
||||
- starship_configured is undefined
|
||||
block:
|
||||
- name: Append starship to pkg_cargo
|
||||
notify:
|
||||
- Depend cargo
|
||||
changed_when: true
|
||||
# notify:
|
||||
# - Depend cargo
|
||||
# changed_when: true
|
||||
ansible.builtin.set_fact:
|
||||
pkg_cargo: "{{ pkg_cargo + [{'name': 'starship', 'locked': true}] }}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user