Install the PPA on Ubuntu only.

This commit is contained in:
Andrea Dell'Amico 2021-03-05 11:14:28 +01:00
parent 6a1074841a
commit df2095a42e
1 changed files with 2 additions and 0 deletions

View File

@ -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: