mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 13:20:23 -07:00
parent
c46575cf06
commit
9df8465476
3 changed files with 75 additions and 49 deletions
|
@ -20,4 +20,4 @@
|
|||
environment: "{{ cargo_environment }}"
|
||||
when: has_cargo | default(false)
|
||||
- import_tasks: test_rustup_cargo.yml
|
||||
when: rustup_cargo_bin | default(false)
|
||||
when: (rustup_cargo_bin | default(false)) is truthy
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue