mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
Create symlink /usr/bin/iiab-diagnostics in 0-init
This commit is contained in:
parent
74619fb713
commit
47fff97aa9
1 changed files with 6 additions and 0 deletions
|
@ -1,5 +1,11 @@
|
||||||
# Initialize
|
# Initialize
|
||||||
|
|
||||||
|
- name: Create symlink /usr/bin/iiab-diagnostics
|
||||||
|
file:
|
||||||
|
src: "{{ iiab_dir }}/scripts/iiab-diagnostics"
|
||||||
|
dest: /usr/bin/iiab-diagnostics
|
||||||
|
state: link
|
||||||
|
|
||||||
- name: ...IS BEGINNING ============================================
|
- name: ...IS BEGINNING ============================================
|
||||||
stat:
|
stat:
|
||||||
path: "{{ iiab_env_file }}"
|
path: "{{ iiab_env_file }}"
|
||||||
|
|
Loading…
Reference in a new issue