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

Ignore permission errors due to sshfs limitations

parent 2beeefa3
No related branches found
No related tags found
No related merge requests found
......@@ -187,6 +187,7 @@
- 'deploy'
- 'SetPermissions'
when: drupal.install_extra_dirs|default(true)
ignore_errors: yes
- name: "Make site directories writeable"
file:
......@@ -200,6 +201,7 @@
- 'deploy'
- 'SetPermissions'
when: drupal.install_extra_dirs|default(true)
ignore_errors: yes
- name: "Setup Crontabs for each domain"
cron:
......@@ -237,6 +239,7 @@
- 'deploy'
- 'SetPermissions'
when: drupal_domain.0.install|default(true)
ignore_errors: yes
- name: "Install Drupal Databases and Users"
include_tasks: mysql.yml
......
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