From 1bc4c1a4068a36ec121b155dd180bc22d80bfe93 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Fri, 7 Feb 2014 23:12:50 +0100 Subject: [PATCH] Specify where to do the mount --- roles/gluster/client/tasks/main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/roles/gluster/client/tasks/main.yml b/roles/gluster/client/tasks/main.yml index 065161139e..ce90331083 100644 --- a/roles/gluster/client/tasks/main.yml +++ b/roles/gluster/client/tasks/main.yml @@ -14,10 +14,11 @@ template: src=client.config dest=/etc/glusterfs/glusterfs.{{name}}.vol #notify: #- remount? no idea... - + - name: mount it up mount: > src=/etc/glusterfs/glusterfs.{{name}}.vol state=mounted fstype=glusterfs opts=noatime + name={{mountdir}}