Skip to content
GitLab
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
de6815a1
Unverified
Commit
de6815a1
authored
Mar 04, 2020
by
Seabass-Chan
Committed by
GitHub
Mar 04, 2020
Browse files
Edits made based on suggestion
Removed my previous line and edited the install task to do a check for debian.
parent
e809068a
Changes
1
Hide whitespace changes
Inline
Side-by-side
tasks/db_mysql.yml
View file @
de6815a1
---
-
name
:
"
[mySQL]
-
Service
is
installed."
package
:
name
:
"
{{
nextcloud_db_backend
}}-server"
state
:
present
register
:
nc_mysql_db_install
when
:
ansible_distribution != "Debian"
-
name
:
"
[mySQL:
Debian]
-
Service
is
installed."
package
:
name
:
"
default-{{
nextcloud_db_backend
}}-server"
name
:
"
{{
'
default-
'
if
(ansible_distribution|lower)
==
'debian'
else
''
}}
{{
nextcloud_db_backend
}}-server"
state
:
present
register
:
nc_mysql_db_install
when
:
ansible_distribution == "Debian"
-
name
:
"
[mySQL]
-
Packages
are
installed."
package
:
...
...
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