Skip to content
Snippets Groups Projects
Commit 0d172614 authored by Daniel Müller's avatar Daniel Müller :speech_balloon:
Browse files

Initial commit

parents
No related branches found
No related tags found
No related merge requests found
---
- hosts: localhost
pre_tasks:
- name: Upgrade packages
become: true
apt:
upgrade: true
update_cache: true
force_apt_get: true
roles:
- jupyter-lab
- ml-python-packages
- misc-applications
---
# roles/jupyter-lab
---
# roles/misc-applications
---
# roles/ml-python-packages
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment