forked from rc/classroom
Bump versions, fix installers
This commit is contained in:
parent
fc56d17bb6
commit
e845b92ce0
24 changed files with 267 additions and 116 deletions
|
@ -1,13 +1,14 @@
|
|||
- name: Add R repository
|
||||
block:
|
||||
- name: R repo - apt key
|
||||
ansible.builtin.get_url:
|
||||
url: https://cloud.r-project.org/bin/linux/ubuntu/marutter_pubkey.asc
|
||||
dest: /etc/apt/trusted.gpg.d/cran_ubuntu_key.asc
|
||||
- name: R repo - url
|
||||
ansible.builtin.apt_repository:
|
||||
repo: "deb https://cloud.r-project.org/bin/linux/ubuntu {{ansible_distribution_release}}-cran40/"
|
||||
state: present
|
||||
#- name: Add R repository
|
||||
# block:
|
||||
# - name: R repo - apt key
|
||||
# ansible.builtin.get_url:
|
||||
# url: https://cloud.r-project.org/bin/linux/ubuntu/marutter_pubkey.asc
|
||||
# dest: /etc/apt/trusted.gpg.d/cran_ubuntu_key.asc
|
||||
# - name: R repo - url
|
||||
# ansible.builtin.apt_repository:
|
||||
# repo: "deb https://cloud.r-project.org/bin/linux/ubuntu {{ansible_distribution_release}}-cran40/"
|
||||
# state: present
|
||||
# ignore_errors: true
|
||||
- name: Install R
|
||||
ansible.builtin.apt:
|
||||
name: r-base
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue