mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +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)
|
||||
set_fact:
|
||||
python_path: /usr/lib/python2.7/site-packages/
|
||||
python_path: /lib/python2.7/site-packages/
|
||||
when: is_redhat
|
||||
|
||||
- name: Set python_path (debuntu)
|
||||
|
|
Loading…
Reference in a new issue