Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Default cran_mirror, public-key don't work #55

Open
mhkhung opened this issue Aug 19, 2021 · 1 comment
Open

Default cran_mirror, public-key don't work #55

mhkhung opened this issue Aug 19, 2021 · 1 comment

Comments

@mhkhung
Copy link

mhkhung commented Aug 19, 2021

These will..

- name: repository | add public key
  apt_key:
    id: FCAE2A0E115C3D8A
    keyserver: keyserver.ubuntu.com 
    state: present
  tags:
    - r-repository-public-key
- import_role:
    name: oefenweb.latest_r
  vars:
    r_install_dev: true
    r_cran_mirror: https://cloud.r-project.org
    r_version: "40"
    r_install:
      - r-recommended
@tersmitten
Copy link
Member

Can you make a PR?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants