diff --git a/roles/jupyterhub/tasks/install.yml b/roles/jupyterhub/tasks/install.yml index 39d171b7d..2bc6fc9f1 100644 --- a/roles/jupyterhub/tasks/install.yml +++ b/roles/jupyterhub/tasks/install.yml @@ -66,8 +66,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: @@ -76,8 +75,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