mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
wrong python_path for centos
This commit is contained in:
parent
54066b9b07
commit
dc3f1c8ce0
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@
|
||||||
|
|
||||||
- name: Set python_path (redhat)
|
- name: Set python_path (redhat)
|
||||||
set_fact:
|
set_fact:
|
||||||
python_path: /usr/lib/python2.7/site-packages/
|
python_path: /lib/python2.7/site-packages/
|
||||||
when: is_redhat
|
when: is_redhat
|
||||||
|
|
||||||
- name: Set python_path (debuntu)
|
- name: Set python_path (debuntu)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue