1
0
Fork 0
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:
George Hunt 2018-03-30 17:34:42 +00:00
parent 54066b9b07
commit dc3f1c8ce0

View file

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