mirror of
https://codeberg.org/ProgramSnail/config.git
synced 2026-03-12 04:57:08 +00:00
opam roles
This commit is contained in:
parent
5daf61c46d
commit
76ce2b944b
11 changed files with 60 additions and 29 deletions
|
|
@ -17,6 +17,10 @@
|
|||
ansible.builtin.import_tasks: ocaml.yml
|
||||
when: "'ocaml' in tools"
|
||||
|
||||
- name: OCanren dev environment
|
||||
ansible.builtin.import_tasks: ocanren.yml
|
||||
when: "'ocanren' in tools"
|
||||
|
||||
- name: Coq dev environment
|
||||
ansible.builtin.import_tasks: coq.yml
|
||||
when: "'coq' in tools"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue