summaryrefslogtreecommitdiffstats
path: root/roles/gluster/client
diff options
context:
space:
mode:
authorRalph Bean <rbean@redhat.com>2014-03-13 19:08:36 +0000
committerRalph Bean <rbean@redhat.com>2014-03-13 19:08:36 +0000
commit2847eda4dd4e7a16656a639a6c8437a327967f69 (patch)
treefa9f5d19f7a7f55b9853925047c75aa051f38cbd /roles/gluster/client
parent1f61dad229691e5b376569fb1fef0021611bbbde (diff)
downloadansible-2847eda4dd4e7a16656a639a6c8437a327967f69.tar.gz
ansible-2847eda4dd4e7a16656a639a6c8437a327967f69.tar.xz
ansible-2847eda4dd4e7a16656a639a6c8437a327967f69.zip
There is something wonky in the ansible directory logic here.
Diffstat (limited to 'roles/gluster/client')
-rw-r--r--roles/gluster/client/tasks/main.yml6
1 files changed, 1 insertions, 5 deletions
diff --git a/roles/gluster/client/tasks/main.yml b/roles/gluster/client/tasks/main.yml
index 7e4d7cbe0..e4e2e7c1c 100644
--- a/roles/gluster/client/tasks/main.yml
+++ b/roles/gluster/client/tasks/main.yml
@@ -15,14 +15,10 @@
#notify:
#- remount? no idea...
-- name: check if the mountdir directory already exists
- file: path={{mountdir}} state=directory
- register: result
-
- name: mount it up
mount: >
src=/etc/glusterfs/glusterfs.{{name}}.vol
state=mounted
fstype=glusterfs
name={{mountdir}}
- when: result|changed
+ ignore_errors: True