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
61ebc74d
Verified
Commit
61ebc74d
authored
Nov 30, 2020
by
Jelle van der Waa
🚧
Browse files
Remove unrequired php modules from bugs.archlinux.org
parent
5bcfc33f
Pipeline
#3280
passed with stage
in 34 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
playbooks/bugs.archlinux.org.yml
View file @
61ebc74d
...
...
@@ -12,7 +12,7 @@
-
{
role
:
nginx
}
-
{
role
:
mariadb
,
mariadb_query_cache_type
:
'
0'
,
mariadb_innodb_file_per_table
:
True
}
-
{
role
:
sudo
}
-
{
role
:
php_fpm
,
php_extensions
:
[
'
apcu'
,
'
iconv'
,
'
intl'
,
'
mysqli'
],
zend_extensions
:
[
'
opcache'
]
}
-
{
role
:
php_fpm
,
php_extensions
:
[
'
mysqli'
],
zend_extensions
:
[
'
opcache'
]
}
-
{
role
:
flyspray
}
-
{
role
:
borg_client
,
tags
:
[
"
borg"
]
}
-
{
role
:
postfix
,
postfix_relayhost
:
"
mail.archlinux.org"
}
...
...
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