From 7515974daa08bf5d319b6855ce8142a589c3d22b Mon Sep 17 00:00:00 2001 From: Jacob Cody Wimer Date: Thu, 27 Jul 2017 22:26:59 -0400 Subject: [PATCH] Add top level of lab-data --- roles/common/templates/fstab.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/common/templates/fstab.j2 b/roles/common/templates/fstab.j2 index e7ad251..3a6217f 100644 --- a/roles/common/templates/fstab.j2 +++ b/roles/common/templates/fstab.j2 @@ -9,4 +9,4 @@ UUID=a4a5a54f-1022-47b3-9c50-77c6139d7fc9 / ext4 errors=remount-ro 0 1 # swap was on /dev/sda5 during installation UUID=0f47da63-9d7d-487c-8b99-ea7d5497f7f7 none swap sw 0 0 -10.0.0.150:/volumeUSB1/usbshare/raw-files/fileserver/shares/lab-data/{{ ansible_hostname }} /data nfs defaults 0 0 \ No newline at end of file +10.0.0.150:/volumeUSB1/usbshare/raw-files/fileserver/shares/lab-data /data nfs defaults 0 0 \ No newline at end of file