mirror of
https://codeberg.org/ProgramSnail/config.git
synced 2026-03-12 04:57:08 +00:00
truffle dev role
This commit is contained in:
parent
a12979cfe8
commit
7b79956b12
2 changed files with 50 additions and 1 deletions
|
|
@ -29,4 +29,6 @@
|
|||
ansible.builtin.import_tasks: lang.yml
|
||||
when: "'lang' in tools"
|
||||
|
||||
# TODO: ocaml, truffle ...
|
||||
- name: Truffle development environment
|
||||
ansible.builtin.import_tasks: truffle.yml
|
||||
when: "'truffle' in tools"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue