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
92a69df3
Unverified
Commit
92a69df3
authored
Sep 11, 2020
by
Marc Crebassa
Committed by
GitHub
Sep 11, 2020
Browse files
Merge pull request #104 from aalaesar/aalaesar-patch-1
Fix bash-ism 'and 'condition
parents
d5fb09cb
58758b12
Changes
1
Hide whitespace changes
Inline
Side-by-side
tasks/db_mysql.yml
View file @
92a69df3
---
-
name
:
"
[mySQL:
Debian]
-
Service
is
installed."
package
:
name
:
"
{{
'default-'
if
(ansible_distribution|lower)
==
'debian'
&&
nextcloud_db_backend
==
'mysql'
else
''
}}{{
nextcloud_db_backend
}}-server"
name
:
"
{{
'default-'
if
(
(ansible_distribution|lower)
==
'debian'
and
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