mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
osm paths
This commit is contained in:
parent
f354759fa4
commit
c410b08ba3
1 changed files with 7 additions and 2 deletions
|
@ -43,8 +43,13 @@
|
|||
|
||||
- name: Set osm_path
|
||||
set_fact:
|
||||
osm_path: "{{ osm_venv }}iiab"
|
||||
when: osm_enabled
|
||||
osm_path: "{{ osm_venv }}/{{ python_path }}/iiab"
|
||||
when: osm_enabled and is_redhat
|
||||
|
||||
- name: Set osm_path
|
||||
set_fact:
|
||||
osm_path: "{{ osm_venv }}/lib/python2.7/site-packages/iiab"
|
||||
when: osm_enabled and is_debuntu
|
||||
|
||||
- name: All - Copy IIAB config file
|
||||
template: backup=no
|
||||
|
|
Loading…
Add table
Reference in a new issue