1
0
Fork 0
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:
Jerry Vonau 2019-08-10 15:38:14 -05:00
parent 6d75d8265b
commit 1f3ff26674
2 changed files with 6 additions and 7 deletions

View file

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

View file

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