start adding other packages sources
- adding sources for cargo, npm and go source packages
This commit is contained in:
4
tasks/build/cargo_dotenv-linter.yml
Normal file
4
tasks/build/cargo_dotenv-linter.yml
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
- name: add dotenv-linter to cargopkgs
|
||||
ansible.builtin.set_fact:
|
||||
cargopkgs: "{{ cargopkgs + ['dotenv-linter'] }}"
|
||||
Reference in New Issue
Block a user