mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +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
|
||||
|
||||
- name: Create symlink /usr/bin/iiab-diagnostics
|
||||
file:
|
||||
src: "{{ iiab_dir }}/scripts/iiab-diagnostics"
|
||||
dest: /usr/bin/iiab-diagnostics
|
||||
state: link
|
||||
|
||||
- name: ...IS BEGINNING ============================================
|
||||
stat:
|
||||
path: "{{ iiab_env_file }}"
|
||||
|
|
Loading…
Reference in a new issue