From ed163de935ce05703503d95b2276a3b7a6cc64a2 Mon Sep 17 00:00:00 2001 From: George Hunt Date: Wed, 1 Sep 2021 03:52:43 +0000 Subject: [PATCH] the cmd form of shell errors out --- roles/jupyterhub/tasks/install.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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