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