mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Update main.yml
This commit is contained in:
parent
74465fc9d8
commit
801080bfb5
1 changed files with 3 additions and 3 deletions
|
@ -85,10 +85,10 @@
|
|||
# 2019-10-09: Not recommended for over a year & no longer in use
|
||||
# - { src: 'iiab-handle.j2', dest: '/usr/bin/iiab-handle', mode: '0755' }
|
||||
|
||||
- name: Copy /opt/iiab/iiab/iiab-support to /usr/bin/iiab-support, in case git tree deleted (smaller IIAB installs do this)
|
||||
file:
|
||||
- name: Copy /opt/iiab/iiab/iiab-support to /usr/bin/iiab-support, in case git tree deleted e.g. on a smaller IIAB install
|
||||
copy:
|
||||
src: "{{ iiab_dir }}/iiab-support"
|
||||
path: /usr/bin/iiab-support
|
||||
path: /usr/bin/
|
||||
mode: 0755
|
||||
|
||||
- name: Create iiab-support-on (symlink to iiab-support for now)
|
||||
|
|
Loading…
Add table
Reference in a new issue