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
|
@ -5,7 +5,7 @@
|
|||
with_items:
|
||||
- python-psycopg2
|
||||
- php-pgsql
|
||||
when: not is_debian
|
||||
when: not is_debuntu
|
||||
tags:
|
||||
- download
|
||||
|
||||
|
@ -14,8 +14,8 @@
|
|||
state=present
|
||||
with_items:
|
||||
- python-psycopg2
|
||||
- php5-pgsql
|
||||
when: is_debian
|
||||
- php{{ php_version }}-pgsql
|
||||
when: is_debuntu
|
||||
tags:
|
||||
- download
|
||||
|
||||
|
@ -72,12 +72,12 @@
|
|||
file: path=/etc/apache2/sites-enabled/022-moodle.conf
|
||||
src=/etc/apache2/sites-available/022-moodle.conf
|
||||
state=link
|
||||
when: moodle_enabled and is_debian
|
||||
when: moodle_enabled and is_debuntu
|
||||
|
||||
- name: Disable moodle
|
||||
file: path=/etc/apache2/sites-enabled/022-moodle.conf
|
||||
state=absent
|
||||
when: not moodle_enabled and is_debian
|
||||
when: not moodle_enabled and is_debuntu
|
||||
|
||||
- name: Start postgresql-xs
|
||||
service: name=postgresql-xs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue