1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-12 19:22:24 +00:00
This commit is contained in:
George Hunt 2017-06-16 23:56:24 +00:00 committed by georgejhunt
parent 3e407f7cc0
commit 3353dd0cee

View file

@ -66,10 +66,10 @@
- name: Enable proxy in debuntu
file: state=link src=/etc/apache2/sites-available
dest=/etc/apache2/sites-enavled
dest=/etc/apache2/sites-enabled
when: is_debuntu and proxy_kalite_serve
- name: Disable proxy in debuntu
file: state=absent src=/etc/apache2/sites-available
dest=/etc/apache2/sites-enavled
dest=/etc/apache2/sites-enabled
when: is_debuntu and not proxy_kalite_serve