9 lines
207 B
YAML
9 lines
207 B
YAML
---
|
|
- ansible.builtin.include_tasks:
|
|
file: "pkgs/rust.yml"
|
|
when: pkgconfig_rust not defined
|
|
|
|
- name: add to cargopkgs
|
|
ansible.builtin.set_fact:
|
|
cargopkgs: "{{ cargopkgs + [ 'dotenv-linter' ] }}"
|