Skip to content

Commit

Permalink
Install 1.0.0 by default
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio committed Nov 27, 2023
1 parent 4f5ec2e commit 5c7e1c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions ansible/tljh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
shell: |
{{ ansible_python_interpreter }} {{ tljh_installer_dest }} \
--plugin {{ tljh_plasma }} {{ tljh_repo2docker }}
--version {{ tljh_version }}
- name: Set the idle culler timeout to 1 hour
shell: "tljh-config set services.cull.timeout 3600"
Expand Down
1 change: 1 addition & 0 deletions ansible/vars/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ tljh_repo2docker: git+https://github.com/plasmabio/tljh-repo2docker@master
tljh_installer_dest: /srv/tljh-installer.py
tljh_prefix: /opt/tljh
tljh_installer_url: https://tljh.jupyter.org/bootstrap.py
tljh_version: 1.0.0

...

0 comments on commit 5c7e1c8

Please sign in to comment.