mirror of
https://codeberg.org/ProgramSnail/config.git
synced 2025-12-31 03:38:16 +00:00
python, fixes
This commit is contained in:
parent
76ce2b944b
commit
7ccd53b236
5 changed files with 28 additions and 3 deletions
|
|
@ -53,6 +53,10 @@
|
|||
ansible.builtin.import_tasks: clojure.yml
|
||||
when: "'clojure' in tools"
|
||||
|
||||
- name: Python development environment
|
||||
ansible.builtin.import_tasks: python.yml
|
||||
when: "'python' in tools"
|
||||
|
||||
# TODO
|
||||
- name: Arend proof assistant development environment
|
||||
ansible.builtin.import_tasks: arend.yml
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue