library/roles/R/tasks/r-installation.yml: Add a tag for the R repository key.

This commit is contained in:
Andrea Dell'Amico 2016-07-06 15:30:08 +02:00
parent 41b8687fee
commit 4a90dfd9b0
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
---
- name: Manage the cran repository key
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
apt_repository: repo='deb http://cran.rstudio.com/bin/linux/ubuntu {{ ansible_distribution_release }}/' state={{ r_install_cran_repo }} update_cache=yes