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:
Rick Elrod 2019-06-28 00:36:59 +00:00
parent f3062433f9
commit f48e0a9543

View file

@ -35,8 +35,9 @@
- mediawiki
- name: install needed packages
package: name={{ item }} state=present
with_items:
package:
state: present
name:
- "{{ wikiver }}"
- "{{ wikiver }}-Lockdown"
- "{{ wikiver }}-SpecialInterwiki"
@ -46,6 +47,7 @@
- php-zmq
- php-pecl-uuid
- librsvg2-tools
- php-pgsql # For badges db access
tags:
- packages
- mediawiki