mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-25 11:00:32 +08:00
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:
@@ -35,17 +35,19 @@
|
||||
- mediawiki
|
||||
|
||||
- name: install needed packages
|
||||
package: name={{ item }} state=present
|
||||
with_items:
|
||||
- "{{ wikiver }}"
|
||||
- "{{ wikiver }}-Lockdown"
|
||||
- "{{ wikiver }}-SpecialInterwiki"
|
||||
- "{{ wikiver }}-HTTP302Found"
|
||||
- "{{ wikiver }}-RSS"
|
||||
- mediawiki-FedoraBadges
|
||||
- php-zmq
|
||||
- php-pecl-uuid
|
||||
- librsvg2-tools
|
||||
package:
|
||||
state: present
|
||||
name:
|
||||
- "{{ wikiver }}"
|
||||
- "{{ wikiver }}-Lockdown"
|
||||
- "{{ wikiver }}-SpecialInterwiki"
|
||||
- "{{ wikiver }}-HTTP302Found"
|
||||
- "{{ wikiver }}-RSS"
|
||||
- mediawiki-FedoraBadges
|
||||
- php-zmq
|
||||
- php-pecl-uuid
|
||||
- librsvg2-tools
|
||||
- php-pgsql # For badges db access
|
||||
tags:
|
||||
- packages
|
||||
- mediawiki
|
||||
|
||||
Reference in New Issue
Block a user