mirror of
https://github.com/iiab/iiab.git
synced 2025-02-12 19:22:24 +00:00
change footprint to diagnostics
This commit is contained in:
parent
26bd8f358a
commit
12d07dd519
1 changed files with 3 additions and 3 deletions
|
@ -26,10 +26,10 @@
|
|||
src: roles/1-prep/templates/iiab_env.py.j2
|
||||
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:
|
||||
src: "{{ iiab_dir }}/scripts/iiab-footprint"
|
||||
dest: /usr/bin/iiab-footprint
|
||||
src: "{{ iiab_dir }}/scripts/iiab-diagnostics"
|
||||
dest: /usr/bin/iiab-diagnostics
|
||||
state: link
|
||||
|
||||
- name: Recording STAGE 3 HAS COMPLETED =====================
|
||||
|
|
Loading…
Reference in a new issue