Skip to content

Commit

Permalink
add quotes to drupal download url variable
Browse files Browse the repository at this point in the history
must have them for valid yml i think
  • Loading branch information
ambaum2 committed Aug 24, 2014
1 parent a407bc0 commit e557206
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drupal-nginx/roles/drupal/tasks/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
- name: Download Drupal from pantheon download url
get_url: url={{ drupal_code_download_url }} dest=/srv/drupal.tar.gz
get_url: url="{{ drupal_code_download_url }}" dest=/srv/drupal.tar.gz
- name: Extract archive
command: chdir=/srv/ /bin/tar xvf drupal.tar.gz creates=/srv/drupal

0 comments on commit e557206

Please sign in to comment.