1
0
Fork 0
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:
A Holt 2019-10-13 13:20:58 -04:00 committed by GitHub
parent e38234beda
commit 947d0d55e2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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