KIRV cleanup

This commit is contained in:
kllemen 2024-09-13 14:55:09 +02:00
parent a90db23d5c
commit 02198c1de9
9 changed files with 27 additions and 37 deletions

View file

@ -1,7 +1,8 @@
# Kriptografija in računalniška varnost
# Klemen.Klanjscek@fri.uni-lj.si, Janos.Vidali@fri.uni-lj.si
# Klemen.Klanjscek@fri.uni-lj.si
# GNU/Linux, SageMath, Python 3, Jupyter Notebook, OpenSSL, OpenSSH client
- include_tasks: sagemath.yml
# SageMath se se prevede za Ubutnu 24.04: https://github.com/sagemath/sage/issues/38051#issuecomment-2123452861
# - include_tasks: sagemath.yml
- include_tasks: jupyter.yml
- include_tasks: openssl.yml

View file

@ -1,9 +1,10 @@
- name: Install SageMath
apt:
name: sagemath
state: latest
# # SageMath se se prevede za Ubutnu 24.04: https://github.com/sagemath/sage/issues/38051#issuecomment-2123452861
# - name: Install SageMath
# apt:
# name: sagemath
# state: latest
- name: Install SageMath - Jupyter
apt:
name: sagemath-jupyter
state: latest
# - name: Install SageMath - Jupyter
# apt:
# name: sagemath-jupyter
# state: latest