diff --git a/roles/common/tasks/main.yml b/roles/common/tasks/main.yml index 1e84899..8b72c48 100644 --- a/roles/common/tasks/main.yml +++ b/roles/common/tasks/main.yml @@ -68,7 +68,7 @@ file: path=/data state=directory - name: Mount data directory - shell: mount 10.0.0.150:/volumeUSB1/usbshare/raw-files/fileserver/shares/lab-data/{{ ansible_hostname }} /data + shell: mount 10.0.0.150:/volumeUSB1/usbshare/raw-files/fileserver/shares/lab-data /data ignore_errors: yes - name: test for swap partition