Skip to content
Snippets Groups Projects
Commit 2cf558a1 authored by Makhtar DIAGNE's avatar Makhtar DIAGNE
Browse files

[TECH] Fix deployment uninstall when file is absent

parent 31e975c5
No related branches found
No related tags found
1 merge request!1Feature/design/1
......@@ -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
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment