From 4a90dfd9b086c78d53f7b66f37e74ff5604c594a Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Wed, 6 Jul 2016 15:30:08 +0200 Subject: [PATCH] library/roles/R/tasks/r-installation.yml: Add a tag for the R repository key. --- R/tasks/r-installation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/tasks/r-installation.yml b/R/tasks/r-installation.yml index b7cc76a4..c46dbf5b 100644 --- a/R/tasks/r-installation.yml +++ b/R/tasks/r-installation.yml @@ -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