mirror of
https://codeberg.org/ProgramSnail/config.git
synced 2025-12-25 00:38:42 +00:00
18 lines
409 B
YAML
18 lines
409 B
YAML
- ansible.builtin.import_tasks: build.yml
|
|
|
|
- ansible.builtin.import_tasks: cpp.yml
|
|
when: "'cpp' in tools"
|
|
|
|
- ansible.builtin.import_tasks: js.yml
|
|
when: "'js' in tools"
|
|
|
|
- ansible.builtin.import_tasks: haskell.yml
|
|
when: "'haskell' in tools"
|
|
|
|
- ansible.builtin.import_tasks: txt.yml
|
|
when: "'txt' in tools"
|
|
|
|
- ansible.builtin.import_tasks: lang.yml
|
|
when: "'lang' in tools"
|
|
|
|
# TODO: ocaml, truffle, ...
|