Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
tersmitten committed Dec 10, 2024
1 parent c2908a6 commit 81d0275
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vars/main.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# vars file
---
r_keyring_id: E298A3A825C0D65DFD57CBB651716619E084DAB9
r_keyring_dst: /usr/share/keyrings/insync.gpg
r_keyring_dst: /usr/share/keyrings/cran-r.gpg
r_repository_suffix: "{{ '-cran' + r_version if r_version is version('35', '>=') else '' }}"
r_repositories:
- type: "deb [signed-by={{ r_keyring_dst }}]"
url: "{{ r_cran_mirror }}/bin/linux/{{ ansible_distribution | lower }} {{ ansible_distribution_release }}{{ r_repository_suffix }}/"
- type: deb
url: "{{ r_cran_mirror }}/bin/linux/{{ ansible_distribution | lower }} {{ ansible_distribution_release }}{{ r_repository_suffix }}/"
state: absent
r_repository_suffix: "{{ '-cran' + r_version if r_version is version('35', '>=') else '' }}"

r_dependencies_pre:
- software-properties-common
Expand Down

0 comments on commit 81d0275

Please sign in to comment.