1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

change footprint to diagnostics

This commit is contained in:
George Hunt 2019-05-08 20:02:16 -07:00
parent 26bd8f358a
commit 12d07dd519

View file

@ -26,10 +26,10 @@
src: roles/1-prep/templates/iiab_env.py.j2 src: roles/1-prep/templates/iiab_env.py.j2
dest: /etc/iiab/iiab_env.py dest: /etc/iiab/iiab_env.py
- name: Put a symbolic link to diagnostic footprint on PATH - name: Put a symbolic link to diagnostic diagnostics on PATH
file: file:
src: "{{ iiab_dir }}/scripts/iiab-footprint" src: "{{ iiab_dir }}/scripts/iiab-diagnostics"
dest: /usr/bin/iiab-footprint dest: /usr/bin/iiab-diagnostics
state: link state: link
- name: Recording STAGE 3 HAS COMPLETED ===================== - name: Recording STAGE 3 HAS COMPLETED =====================