Skip to content

Commit

Permalink
Change to comply with deprecation warning (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
tersmitten authored Aug 31, 2018
1 parent fe023a8 commit d43ab6a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
6 changes: 1 addition & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@ env:
- ANSIBLE_VERSION=2.3.2.0
- ANSIBLE_VERSION=2.3.1.0
- ANSIBLE_VERSION=2.3.0.0
- ANSIBLE_VERSION=2.2.3.0
- ANSIBLE_VERSION=2.2.2.0
- ANSIBLE_VERSION=2.2.1.0
- ANSIBLE_VERSION=2.2.0.0

branches:
only:
Expand Down Expand Up @@ -72,7 +68,7 @@ script:
&& (echo 'Availability test: pass' && exit 0)
|| (echo 'Availability test: fail' && exit 1)
- if [ "$ANSIBLE_VERSION" = "latest" ]; then ansible-lint tests/test.yml || true; fi
- if [ "$ANSIBLE_VERSION" = "latest" ]; then ansible-lint tests/test.yml; fi

notifications:
email: false
Expand Down
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# defaults file for r
---
r_version_35: "{{ ansible_distribution_version | version_compare('18.04', '>=') }}"
r_version_35: "{{ ansible_distribution_version is version_compare('18.04', '>=') }}"

r_cran_mirror: http://cran.rstudio.com/
r_bioclite_url: https://bioconductor.org/biocLite.R
Expand Down
2 changes: 1 addition & 1 deletion meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ galaxy_info:
company: Oefenweb.nl B.V.
description: Set up the latest version of R in Ubuntu systems
license: MIT
min_ansible_version: 2.2.0.0
min_ansible_version: 2.3.0.0
platforms:
- name: Ubuntu
versions:
Expand Down

0 comments on commit d43ab6a

Please sign in to comment.