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

Do not add mounted Drupal file directories

parent fd69ee04
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,7 @@
- name: "Add Drupal Files Directory to SpiderOak"
shell: SpiderOakONE --include-dir={{ jailroot|default('/jails') }}/{{ item.jail.name }}/var/www/files
with_items: '{{ drupal_settings|default([]) }}'
when: item.jail is defined
when: item.jail is defined and item.mountpoints is not defined
- name: "Add MySQL Backups to SpiderOak"
shell: SpiderOakONE --include-dir=/var/backups/mysql
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment