blob: dfaca80b249894cd923e1859540a46f9530dcb07 [file] [log] [blame]
---
- name: Make sure the target dirs (where data is put i.e. what the whole resource-data role is testing) are empty at first
file:
path: "{{ item }}"
state: absent
loop:
- aux_data_path
- app_data_path
- name: Install nfs-utils
package:
name: nfs-utils
state: present
when:
- resources_on_nfs