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
ae408974
Commit
ae408974
authored
Nov 20, 2019
by
Aalaesar
Browse files
travis CI: workaround mysql module broken for ansible 2.9
parent
b1b0b9ba
Changes
1
Hide whitespace changes
Inline
Side-by-side
.travis.yml
View file @
ae408974
...
...
@@ -9,11 +9,13 @@ services:
matrix
:
include
:
# latest ansible + code coverage
-
env
:
ansible_version="" NC_DB=mysql NC_WEB=apache2
-
env
:
ansible_version="" NC_DB=mysql NC_WEB=nginx
-
env
:
ansible_version="
<2.8
" NC_DB=mysql NC_WEB=apache2
-
env
:
ansible_version="
<2.8
" NC_DB=mysql NC_WEB=nginx
-
env
:
ansible_version="" NC_DB=pgsql NC_WEB=apache2
-
env
:
ansible_version="" NC_DB=pgsql NC_WEB=nginx
# backward compatibility:
# ansible 2.8.x
-
env
:
ansible_version="<2.9" NC_DB=mysql NC_WEB=apache2
# ansible 2.7.x
-
env
:
ansible_version="<2.8" NC_DB=mysql NC_WEB=apache2
# ansible 2.6.x
...
...
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