kerneltest: fix conditional
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
a959dc063f
commit
e5f74d8566
1 changed files with 0 additions and 4 deletions
|
@ -1,9 +1,5 @@
|
|||
|
||||
{% if ansible_distribution_major_version == '6 and ansible_distribution == 'RedHat' %}
|
||||
Alias /kerneltest/static /usr/lib/python2.6/site-packages/kerneltest/static/
|
||||
{% else %}
|
||||
Alias /kerneltest/static /usr/lib/python2.7/site-packages/kerneltest/static/
|
||||
{% endif %}
|
||||
|
||||
WSGIDaemonProcess kerneltest user=apache maximum-requests=1000 display-name=kerneltest processes={{wsgi_procs}} threads={{wsgi_threads}}
|
||||
WSGISocketPrefix run/wsgi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue