Skip to content
This repository has been archived by the owner on Feb 13, 2023. It is now read-only.

Commit

Permalink
Fixes #464: Make sure drupal_core_path is created in Vagrant successf…
Browse files Browse the repository at this point in the history
…ully.
  • Loading branch information
geerlingguy committed Feb 23, 2016
1 parent 18ed121 commit 72c4197
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions provisioning/tasks/build-makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,7 @@
state: directory
recurse: yes
mode: 0775
when: drupal_site.stat.exists == false

- name: Ensure drupal_core_path directory is owned by ssh user.
file:
path: "{{ drupal_core_path }}"
state: directory
owner: "{{ ansible_ssh_user }}"
group: "{{ ansible_ssh_user }}"
mode: 0775
become: no
when: drupal_site.stat.exists == false

- name: Generate Drupal site with drush makefile.
Expand Down

0 comments on commit 72c4197

Please sign in to comment.