Install the PPA on Ubuntu only.
This commit is contained in:
parent
6a1074841a
commit
df2095a42e
|
@ -24,6 +24,8 @@
|
|||
|
||||
- name: Install the R plugins from the Ubuntu PPA
|
||||
apt: pkg={{ r_cran_ubuntu_packages }} state=present cache_valid_time=3600
|
||||
|
||||
when: ansible_distribution_file_variety == "Debian"
|
||||
tags: [ 'r_software', 'r_pkg', 'r_plugins', 'r_deb_plugins' ]
|
||||
|
||||
- block:
|
||||
|
|
Loading…
Reference in New Issue