Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
infrastructure
Commits
6d7a4dd1
Verified
Commit
6d7a4dd1
authored
Mar 02, 2018
by
Giancarlo Razzolini
Browse files
Added the missing php-intl package
The intl package is required for mediawiki.
parent
0bed3492
Changes
1
Hide whitespace changes
Inline
Side-by-side
roles/archwiki/tasks/main.yml
View file @
6d7a4dd1
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment