1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

remove http insecurity warning

This commit is contained in:
George Hunt 2021-08-31 20:40:42 +00:00
parent 29d592f87f
commit f96024b334

View file

@ -70,6 +70,15 @@
ansible.builtin.shell:
cmd: "{{ jupyterhub_venv }}/bin/patch_await.sh"
- name: Turn off the warning about http insecurity
template:
src: patch-http-warning.sh
dest: "{{ jupyterhub_venv }}/bin/patch_http-warning.sh"
mode: 0755
- name: Now run the installed script
ansible.builtin.shell:
cmd: "{{ jupyterhub_venv }}/bin/patch_http-warning.sh"
# RECORD JupyterHub AS INSTALLED