mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Explain iiab-diagnostics in 0-init/tasks/main.yml
This commit is contained in:
parent
e38234beda
commit
947d0d55e2
1 changed files with 2 additions and 2 deletions
|
@ -15,8 +15,8 @@
|
|||
include_tasks: first_run.yml
|
||||
when: first_run | bool
|
||||
|
||||
# Removed from first_run.yml so the very latest version is always installed
|
||||
# into /usr/bin (so iiab-diagnostics can be run even if source tree is deleted)
|
||||
# Copies the latest/known version of iiab-diagnostics into /usr/bin (so it can
|
||||
# be run even if local source tree /opt/iiab/iiab is deleted to conserve disk).
|
||||
- name: Copy /opt/iiab/iiab/scripts/iiab-diagnostics to /usr/bin/iiab-diagnostics
|
||||
copy:
|
||||
src: "{{ iiab_dir }}/scripts/iiab-diagnostics"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue