Skip to content

Commit

Permalink
Merge pull request #11 from Oefenweb/make-1.4.1106-the-default-version
Browse files Browse the repository at this point in the history
Make 1.4.1106 the default version
  • Loading branch information
tersmitten authored Mar 31, 2021
2 parents aa1f2ba + 49a83a2 commit 149eb63
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .ansible-lint
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
---
warn_list:
- '106'
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Set up (the latest version of) [RStudio (IDE)](https://www.rstudio.com/products/

#### Variables

* `rstudio_version` [default: `1.4.1103`, `1.2.5042` for `Debian 8`]: Version to install
* `rstudio_version` [default: `1.4.1106`, `1.2.5042` for `Debian 8`]: Version to install
* `rstudio_install` [default: `[]`]: Additional packages to install (e.g. `r-base`)

## Dependencies
Expand Down
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# defaults file
---
rstudio_version: "{{ '1.2.5042' if ansible_distribution == 'Debian' and ansible_distribution_version is version('9', '<') else '1.4.1103' }}"
rstudio_version: "{{ '1.2.5042' if ansible_distribution == 'Debian' and ansible_distribution_version is version('9', '<') else '1.4.1106' }}"
rstudio_install: []

0 comments on commit 149eb63

Please sign in to comment.