forked from ISTI-ansible-roles/ansible-roles
library/roles/R/tasks/r-installation.yml: Add a tag for the R repository key.
This commit is contained in:
parent
41b8687fee
commit
4a90dfd9b0
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
- name: Manage the cran repository key
|
- name: Manage the cran repository key
|
||||||
apt_key: id=E084DAB9 keyserver=keyserver.ubuntu.com state={{ r_install_cran_repo }}
|
apt_key: id=E084DAB9 keyserver=keyserver.ubuntu.com state={{ r_install_cran_repo }}
|
||||||
tags: [ 'r_software', 'r_repo' ]
|
tags: [ 'r_software', 'r_repo', 'r_repo_key' ]
|
||||||
|
|
||||||
- name: Manage the cran repository definition
|
- name: Manage the cran repository definition
|
||||||
apt_repository: repo='deb http://cran.rstudio.com/bin/linux/ubuntu {{ ansible_distribution_release }}/' state={{ r_install_cran_repo }} update_cache=yes
|
apt_repository: repo='deb http://cran.rstudio.com/bin/linux/ubuntu {{ ansible_distribution_release }}/' state={{ r_install_cran_repo }} update_cache=yes
|
||||||
|
|
Loading…
Reference in New Issue