Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
LQDN Adminsys
piops-roles
install_nextcloud
Commits
b1b0b9ba
Unverified
Commit
b1b0b9ba
authored
Nov 20, 2019
by
Marc Crebassa
Committed by
GitHub
Nov 20, 2019
Browse files
Merge pull request #81 from conorsch/add-debian-buster-support
Adds support for Debian 10 Buster
parents
11125a36
fb8a1eed
Changes
4
Hide whitespace changes
Inline
Side-by-side
defaults/php7.3_env.yml
0 → 100644
View file @
b1b0b9ba
---
# [system]
# system_configuration for php 7.3:
php_dir
:
"
/etc/php/7.3"
php_bin
:
"
php-fpm7.3"
php_pkg_apcu
:
"
php-apcu"
php_pkg_spe
:
-
"
php-imap"
-
"
php-imagick"
-
"
php-redis"
-
"
php7.3-xml"
-
"
php7.3-zip"
-
"
php7.3-mbstring"
php_socket
:
"
/run/php/php7.3-fpm.sock"
meta/main.yml
View file @
b1b0b9ba
...
...
@@ -15,6 +15,7 @@ galaxy_info:
-
name
:
Debian
versions
:
-
stretch
-
buster
galaxy_tags
:
-
nextcloud
...
...
tasks/php_install.yml
View file @
b1b0b9ba
...
...
@@ -12,7 +12,6 @@
-
"
php{{
php_ver
}}-json"
-
"
php{{
php_ver
}}-curl"
-
"
php{{
php_ver
}}-intl"
-
"
php{{
php_ver
}}-mcrypt"
notify
:
-
start http
...
...
vars/Debian-buster.yml
0 → 100644
View file @
b1b0b9ba
---
php_ver
:
7.3
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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