Set the environment variable for the path to KiCad's 3D models (NFS)
This commit is contained in:
parent
f89b113049
commit
e02add04ae
1 changed files with 7 additions and 0 deletions
|
|
@ -260,5 +260,12 @@
|
||||||
KERNEL=="mmcblk[0-9]", ENV{ID_NAME}=="?*", ENV{ID_SERIAL}=="?*", GROUP="domain users"
|
KERNEL=="mmcblk[0-9]", ENV{ID_NAME}=="?*", ENV{ID_SERIAL}=="?*", GROUP="domain users"
|
||||||
KERNEL=="mmcblk[0-9]p[0-9]*", ENV{ID_NAME}=="?*", ENV{ID_SERIAL}=="?*", GROUP="domain users"
|
KERNEL=="mmcblk[0-9]p[0-9]*", ENV{ID_NAME}=="?*", ENV{ID_SERIAL}=="?*", GROUP="domain users"
|
||||||
|
|
||||||
|
- name: Set KiCad 3Dmodel path
|
||||||
|
ansible.builtin.lineinfile:
|
||||||
|
path: /etc/environment.d/90lmn-kicad.conf
|
||||||
|
create: true
|
||||||
|
mode: '0644'
|
||||||
|
line: KICAD9_3DMODEL_DIR=/lmn/tools/KiCad/kicad-packages3D
|
||||||
|
|
||||||
- name: Include sync
|
- name: Include sync
|
||||||
ansible.builtin.include_tasks: sync.yml
|
ansible.builtin.include_tasks: sync.yml
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue