]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
Fix updatedb disable 110/head
authorSébastien Han <sebastien.han@enovance.com>
Sat, 30 Aug 2014 00:29:07 +0000 (02:29 +0200)
committerSébastien Han <sebastien.han@enovance.com>
Sat, 30 Aug 2014 00:29:07 +0000 (02:29 +0200)
In some system the command doens't exist and fail to run the playbook.

Signed-off-by: Sébastien Han <sebastien.han@enovance.com>
roles/ceph-common/tasks/Debian.yml
roles/ceph-common/tasks/RedHat.yml

index c4ceaf353e54eb3d6dce1874d0d5e238767b551e..6bca7e283cff24308bca2daab4a3e015175833ae 100644 (file)
@@ -48,3 +48,4 @@
 
 - name: Disable OSD directory parsing by updatedb
   command: updatedb -e /var/lib/ceph
+  ignore_errors: true
index eddcb52743db620f808221565399611f31ded568..ce54130ec820200f7c7154f1b8365dc524b5a180 100644 (file)
@@ -41,3 +41,4 @@
 
 - name: Disable OSD directory parsing by updatedb
   command: updatedb -e /var/lib/ceph
+  ignore_errors: true