mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
move symlink creation
This commit is contained in:
parent
6d75d8265b
commit
1f3ff26674
2 changed files with 6 additions and 7 deletions
|
@ -1,2 +1,8 @@
|
|||
- name: Create symlink /usr/bin/iiab-diagnostics
|
||||
file:
|
||||
src: "{{ iiab_dir }}/scripts/iiab-diagnostics"
|
||||
dest: /usr/bin/iiab-diagnostics
|
||||
state: link
|
||||
|
||||
- name: Create {{ iiab_ini_file }}
|
||||
include_tasks: iiab_ini.yml
|
||||
|
|
|
@ -1,11 +1,4 @@
|
|||
# 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