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
d5fb09cb
Unverified
Commit
d5fb09cb
authored
Jul 13, 2020
by
Marc Crebassa
Committed by
GitHub
Jul 13, 2020
Browse files
Merge pull request #93 from privateseabass/patch-1
Ansible is now on version 2.9
parents
77f33164
c6d29772
Changes
1
Hide whitespace changes
Inline
Side-by-side
.travis.yml
View file @
d5fb09cb
...
...
@@ -9,11 +9,13 @@ services:
matrix
:
include
:
# latest ansible + code coverage
-
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="2.
9
" NC_DB=mysql NC_WEB=apache2
-
env
:
ansible_version="2.
9
" 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.9.x
-
env
:
ansible_version="<2.10" NC_DB=mysql NC_WEB=apache2
# ansible 2.8.x
-
env
:
ansible_version="<2.9" NC_DB=mysql NC_WEB=apache2
# ansible 2.7.x
...
...
Write
Preview
Supports
Markdown
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