Skip to content
Snippets Groups Projects
Verified Commit 6d7a4dd1 authored by Giancarlo Razzolini's avatar Giancarlo Razzolini
Browse files

Added the missing php-intl package

The intl package is required for mediawiki.
parent 0bed3492
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@
when: 'archwiki_domain is defined'
- name: install packages
pacman: name=git state=present
pacman: name=git,php-intl state=present
- name: make archwiki user
user: name="{{ archwiki_user }}" shell=/bin/false home="{{ archwiki_dir }}" createhome=no
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment