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
ec68b595
Unverified
Commit
ec68b595
authored
Apr 07, 2020
by
Seabass-Chan
Committed by
GitHub
Apr 07, 2020
Browse files
Only mysql has "default" in package name
mysql: default-mysql-server mariadb: mariadb-server
parent
798606cb
Changes
1
Hide whitespace changes
Inline
Side-by-side
tasks/db_mysql.yml
View file @
ec68b595
---
-
name
:
"
[mySQL:
Debian]
-
Service
is
installed."
package
:
name
:
"
{{
'default-'
if
(ansible_distribution|lower)
==
'debian'
else
''
}}{{
nextcloud_db_backend
}}-server"
name
:
"
{{
'default-'
if
(ansible_distribution|lower)
==
'debian'
&&
nextcloud_db_backend
==
'mysql'
else
''
}}{{
nextcloud_db_backend
}}-server"
state
:
present
register
:
nc_mysql_db_install
...
...
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