From f96024b334f4c745d3f5de4a3cf03326656bfe62 Mon Sep 17 00:00:00 2001 From: George Hunt Date: Tue, 31 Aug 2021 20:40:42 +0000 Subject: [PATCH] remove http insecurity warning --- roles/jupyterhub/tasks/install.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/roles/jupyterhub/tasks/install.yml b/roles/jupyterhub/tasks/install.yml index cf9c21672..895c24501 100644 --- a/roles/jupyterhub/tasks/install.yml +++ b/roles/jupyterhub/tasks/install.yml @@ -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