mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +00:00
fix typo
This commit is contained in:
parent
3e407f7cc0
commit
3353dd0cee
1 changed files with 2 additions and 2 deletions
|
@ -66,10 +66,10 @@
|
||||||
|
|
||||||
- name: Enable proxy in debuntu
|
- name: Enable proxy in debuntu
|
||||||
file: state=link src=/etc/apache2/sites-available
|
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
|
when: is_debuntu and proxy_kalite_serve
|
||||||
|
|
||||||
- name: Disable proxy in debuntu
|
- name: Disable proxy in debuntu
|
||||||
file: state=absent src=/etc/apache2/sites-available
|
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
|
when: is_debuntu and not proxy_kalite_serve
|
||||||
|
|
Loading…
Reference in a new issue