1
0
Fork 0
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:
A Holt 2019-06-22 15:47:22 -04:00 committed by GitHub
parent 74619fb713
commit 47fff97aa9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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