From 3376bc30311f15d8c3bea880d0459304c81f59de Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Thu, 7 Jul 2016 11:20:37 +0200 Subject: [PATCH] library/roles/R/tasks/r-installation.yml: add a new tag. --- 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 c46dbf5b..f7fef965 100644 --- a/R/tasks/r-installation.yml +++ b/R/tasks/r-installation.yml @@ -41,7 +41,7 @@ apt: pkg={{ item }} state={{ r_packages_state }} update_cache=yes force=yes with_items: '{{ r_distribution_required_packages | default([]) }}' when: r_needs_additional_distro_pkgs - tags: [ 'r_software', 'r_pkg' ] + tags: [ 'r_software', 'r_pkg', 'r_deps' ] - name: Ensure that the R packages sources directory exists file: dest={{ r_source_plugins_dest_dir }} state=directory owner=root group=root