From ef50ce48fd34a43c25a8ff7b5cd4c3392edf6fd0 Mon Sep 17 00:00:00 2001 From: Jacob Cody Wimer Date: Thu, 27 Jul 2017 22:57:10 -0400 Subject: [PATCH] Forgot to change the mount command as well --- roles/common/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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