1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

osm paths

This commit is contained in:
Jerry Vonau 2017-09-17 19:34:12 -05:00 committed by georgejhunt
parent f354759fa4
commit c410b08ba3

View file

@ -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