mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
patch 0002
This commit is contained in:
parent
3a1d427ea0
commit
cb344d7d47
60 changed files with 211 additions and 172 deletions
|
@ -6,12 +6,12 @@
|
|||
file: path=/etc/apache2/sites-enabled/rachel.conf
|
||||
src=/etc/apache2/sites-available/rachel.conf
|
||||
state=link
|
||||
when: rachel_enabled and is_debian
|
||||
when: rachel_enabled and is_debuntu
|
||||
|
||||
- name: Remove RACHEL conf file if we are disabled
|
||||
file: path=/etc/apache2/sites-enabled/rachel.conf
|
||||
state=absent
|
||||
when: not rachel_enabled and is_debian
|
||||
when: not rachel_enabled and is_debuntu
|
||||
|
||||
# This probably doesn't work, but we can't get search to work either
|
||||
- name: Create link to rachel mysql db from mysql data dir
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue