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

Remove docRoot before clone as we may well clone into a parent directory

parent a0024b07
No related branches found
No related tags found
No related merge requests found
---
# file: roles/drupal/tasks/install.gitscript.yml
# IMPORTANT: The following should be called but really ONLY for new installs.
- name: "Make Sure Drupal Root Does Not Yet Exist"
file:
path: '{{ docRoot }}'
state: 'absent'
- name: "Ensure Repository Directory"
file:
path: '{{ webRoot }}{{ drupal.src.git.target }}'
......
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