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:
parent
a737c8c05a
commit
66eb9862ee
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue