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

ansible-playbooks/general#85 Quoting some strings

parent 95f50c43
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
- name: Download and install Composer into the target directory.
get_url:
url: https://getcomposer.org/composer.phar
url: 'https://getcomposer.org/composer.phar'
timeout: '{{ composer_get_timeout|default(omit) }}'
dest: '{{ composer_path }}'
mode: 0755
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment