Skip to content
This repository was archived by the owner on Jul 30, 2025. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions roles/haskell/tasks/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
- import_tasks: main_win.yml
when: ansible_connection == 'winrm'
- import_tasks: main_lin.yml
when: ansible_connection == 'ssh'
25 changes: 0 additions & 25 deletions roles/haskell/tasks/main_win.yml

This file was deleted.

4 changes: 4 additions & 0 deletions roles/linroom/tasks/KRV-63528.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,7 @@
# - include_tasks: sagemath.yml
- include_tasks: jupyter.yml
- include_tasks: openssl.yml
- include_tasks: pari.yml
- include_tasks: ipython.yml
- inclued_tasks: tqdm.yml
- inclued_tasks: pwntools.yml
4 changes: 4 additions & 0 deletions roles/linroom/tasks/ipython.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- name: Install IPyhon
apt:
name: ipython3
state: latest
7 changes: 7 additions & 0 deletions roles/linroom/tasks/pari.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
- name: Install PARI/GP
apt:
name:
- pari-gp
- python3-cypari2
- python-cypari2-doc
state: latest
6 changes: 6 additions & 0 deletions roles/linroom/tasks/pwntools.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
- name: Install pwntools
apt:
name:
- python3-pwntools
- python-pwntools-doc
state: latest
4 changes: 4 additions & 0 deletions roles/linroom/tasks/tqdm.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- name: Install tqdm
apt:
name: python3-tqdm
state: latest
2 changes: 1 addition & 1 deletion roles/vscode/tasks/vscode_extensions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ VSCode_Extensions:
- platformio.platformio-ide # ORS-63218
- stmicroelectronics.stm32-vscode-extension # RA-63703
- danielpinto8zz6.c-cpp-compile-run
# - vadimcn.vscode-lldb
- vadimcn.vscode-lldb
25 changes: 0 additions & 25 deletions roles/winroom/tasks/haskell.yml

This file was deleted.