mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
put iiab-footprint on PATH
This commit is contained in:
parent
16ffcaa770
commit
67c70ddc8f
2 changed files with 6 additions and 0 deletions
|
@ -26,6 +26,12 @@
|
|||
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
|
||||
file:
|
||||
src: "{{ iiab_dir }}/scripts/iiab-footprint"
|
||||
dest: /usr/bin/iiab-footprint
|
||||
state: link
|
||||
|
||||
- name: Recording STAGE 3 HAS COMPLETED =====================
|
||||
lineinfile:
|
||||
dest: "{{ iiab_env_file }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue