diff --git a/deployment/uninstall.yml b/deployment/uninstall.yml
index 763b49f8d9cb6796bec065ea7616350e2d28eeeb..ae48e67f97e8a34a28320f6758ccf169c9ea1470 100644
--- a/deployment/uninstall.yml
+++ b/deployment/uninstall.yml
@@ -164,8 +164,10 @@
   tasks:
     - name: delete empty dir vitamui
       shell: "find /vitamui -type d -empty -delete"
+      ignore_errors: yes
     - name: delete empty dir vitam
       shell: "find /vitam -type d -empty -delete"
+      ignore_errors: yes
 
 ############################
 # Remove repository and yum cache