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

Fix Drupal installation in svn mode

parent b6af91b5
Branches
No related tags found
No related merge requests found
---
# file: roles/drupal/tasks/install/svn.yml
- name: "Remove Drupal Root Directory"
file:
path='{{ docRoot }}'
state='absent'
- name: "Install and update Drupal trees from SVN"
subversion:
repo='{{ drupal.src.url }}'
dest='{{ drupalRoot }}'
dest='{{ webRoot }}{{ drupal.src.target }}'
force=yes
become: no
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment