Normalize the path of the etc directory in EL.

This commit is contained in:
Andrea Dell'Amico 2021-02-25 18:17:04 +01:00
parent 14006d3ce4
commit ebf5f462db
1 changed files with 6 additions and 0 deletions

View File

@ -3,6 +3,12 @@
- name: Install the R base packages.
yum: pkg={{ r_base_packages_el }} state={{ r_packages_main_state }}
- name: Link to the R etc directory
file:
src: '/usr/lib64/R/etc'
dest: '/etc/R'
state: link
- name: Install the R base development packages.
yum: pkg={{ r_base_packages_dev_el }} state={{ r_packages_main_state }}
when: r_el_dev_pkgs