mediawiki: add php-pgsql for tahrir db access, and move package installation to not use with_items
Signed-off-by: Rick Elrod <relrod@redhat.com>
This commit is contained in:
parent
f3062433f9
commit
f48e0a9543
1 changed files with 13 additions and 11 deletions
|
@ -35,8 +35,9 @@
|
||||||
- mediawiki
|
- mediawiki
|
||||||
|
|
||||||
- name: install needed packages
|
- name: install needed packages
|
||||||
package: name={{ item }} state=present
|
package:
|
||||||
with_items:
|
state: present
|
||||||
|
name:
|
||||||
- "{{ wikiver }}"
|
- "{{ wikiver }}"
|
||||||
- "{{ wikiver }}-Lockdown"
|
- "{{ wikiver }}-Lockdown"
|
||||||
- "{{ wikiver }}-SpecialInterwiki"
|
- "{{ wikiver }}-SpecialInterwiki"
|
||||||
|
@ -46,6 +47,7 @@
|
||||||
- php-zmq
|
- php-zmq
|
||||||
- php-pecl-uuid
|
- php-pecl-uuid
|
||||||
- librsvg2-tools
|
- librsvg2-tools
|
||||||
|
- php-pgsql # For badges db access
|
||||||
tags:
|
tags:
|
||||||
- packages
|
- packages
|
||||||
- mediawiki
|
- mediawiki
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue