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 - 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