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

the cmd form of shell errors out

This commit is contained in:
George Hunt 2021-09-01 03:52:43 +00:00
parent e840a5875b
commit ed163de935

View file

@ -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