File tree 3 files changed +3
-2
lines changed
3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change
1
+ ---
1
2
warn_list:
2
3
- '106'
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ Set up (the latest version of) [RStudio (IDE)](https://www.rstudio.com/products/
12
12
13
13
#### Variables
14
14
15
- * ` rstudio_version ` [ default: ` 1.4.1103 ` , ` 1.2.5042 ` for ` Debian 8 ` ] : Version to install
15
+ * ` rstudio_version ` [ default: ` 1.4.1106 ` , ` 1.2.5042 ` for ` Debian 8 ` ] : Version to install
16
16
* ` rstudio_install ` [ default: ` [] ` ] : Additional packages to install (e.g. ` r-base ` )
17
17
18
18
## Dependencies
Original file line number Diff line number Diff line change 1
1
# defaults file
2
2
---
3
- rstudio_version : " {{ '1.2.5042' if ansible_distribution == 'Debian' and ansible_distribution_version is version('9', '<') else '1.4.1103 ' }}"
3
+ rstudio_version : " {{ '1.2.5042' if ansible_distribution == 'Debian' and ansible_distribution_version is version('9', '<') else '1.4.1106 ' }}"
4
4
rstudio_install : []
You can’t perform that action at this time.
0 commit comments