Skip to content
Snippets Groups Projects
Commit 13e7e01f authored by jurgenhaas's avatar jurgenhaas
Browse files

Fix cleanup jails before reboot in case it contains too many files

parent 2013554b
No related branches found
No related tags found
No related merge requests found
Pipeline #30552 passed
......@@ -138,7 +138,7 @@
exists: no
handlers:
- name: Cleanup Jails
shell: find . -name "*" -type f -print0 | xargs -0 rm
shell: find . -name "*" -delete
args:
chdir: '{{ jailroot|default("/jails") }}/{{ item.jail.name }}/tmp'
with_items: '{{ drupal_settings|default([]) }}'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment