linking lacre directory to global python package dir
This commit is contained in:
parent
313cde9a29
commit
9fb2b1bd37
1 changed files with 6 additions and 0 deletions
|
@ -34,3 +34,9 @@
|
|||
dest: '/usr/local/lib/python{{ lacre_pything_version }}/dist-packages/GnuPG'
|
||||
state: link
|
||||
|
||||
|
||||
- name: '[Install] - Link Lacre module to global python modules'
|
||||
file:
|
||||
src: '{{ lacre_app_dir }}/lacre'
|
||||
dest: '/usr/local/lib/python{{ lacre_pything_version }}/dist-packages/lacre'
|
||||
state: link
|
||||
|
|
Loading…
Reference in a new issue