mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Merge branch 'admin' of https://github.com/georgejhunt/iiab into jupyterhub-admin
This commit is contained in:
commit
493f3b70ec
1 changed files with 2 additions and 4 deletions
|
@ -66,8 +66,7 @@
|
||||||
mode: 0755
|
mode: 0755
|
||||||
|
|
||||||
- name: Now run the installed script
|
- name: Now run the installed script
|
||||||
ansible.builtin.shell:
|
ansible.builtin.shell: "{{ jupyterhub_venv }}/bin/patch_await.sh"
|
||||||
cmd: "{{ jupyterhub_venv }}/bin/patch_await.sh"
|
|
||||||
|
|
||||||
- name: Turn off the warning about http insecurity
|
- name: Turn off the warning about http insecurity
|
||||||
template:
|
template:
|
||||||
|
@ -76,8 +75,7 @@
|
||||||
mode: 0755
|
mode: 0755
|
||||||
|
|
||||||
- name: Now run the installed script
|
- name: Now run the installed script
|
||||||
ansible.builtin.shell:
|
ansible.builtin.shell: "{{ jupyterhub_venv }}/bin/patch_http-warning.sh"
|
||||||
cmd: "{{ jupyterhub_venv }}/bin/patch_http-warning.sh"
|
|
||||||
|
|
||||||
# RECORD JupyterHub AS INSTALLED
|
# RECORD JupyterHub AS INSTALLED
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue