diff --git a/roles/jupyterhub/tasks/install.yml b/roles/jupyterhub/tasks/install.yml index 895c24501..7182b5e92 100644 --- a/roles/jupyterhub/tasks/install.yml +++ b/roles/jupyterhub/tasks/install.yml @@ -67,8 +67,7 @@ mode: 0755 - name: Now run the installed script - ansible.builtin.shell: - cmd: "{{ jupyterhub_venv }}/bin/patch_await.sh" + ansible.builtin.shell: "{{ jupyterhub_venv }}/bin/patch_await.sh" - name: Turn off the warning about http insecurity template: @@ -77,8 +76,7 @@ mode: 0755 - name: Now run the installed script - ansible.builtin.shell: - cmd: "{{ jupyterhub_venv }}/bin/patch_http-warning.sh" + ansible.builtin.shell: "{{ jupyterhub_venv }}/bin/patch_http-warning.sh" # RECORD JupyterHub AS INSTALLED