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

exec bit not set in git

This commit is contained in:
Jerry Vonau 2024-03-04 01:46:43 -06:00
parent a737c8c05a
commit 66eb9862ee

View file

@ -64,7 +64,7 @@
when: not (is_ubuntu_2404 is defined and is_ubuntu_2404)
- name: Use scripts/U2404_python2.sh to install python2 and virtualenv
command: "{{ iiab_dir }}/scripts/U2404_python2.sh"
command: bash "{{ iiab_dir }}/scripts/U2404_python2.sh"
when: (is_ubuntu_2404 is defined and is_ubuntu_2404)
- name: "Install from templates: venv wrapper /usr/bin/kalite, unit file /etc/systemd/system/kalite-serve.service"