Skip to content

Commit

Permalink
move quote
Browse files Browse the repository at this point in the history
  • Loading branch information
miya0001 committed Oct 22, 2016
1 parent 1711d85 commit baf2668
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provision/playbooks/commands.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
force: yes
- name: Run composer installer
become: yes
shell: php /tmp/composer-setup.php --install-dir=/usr/local/bin --filename=composer --version="{{ composer_version }}"
shell: "php /tmp/composer-setup.php --install-dir=/usr/local/bin --filename=composer --version={{ composer_version }}"
- name: Create ~/.composer/
file:
path: "{{ ansible_env.HOME }}/.composer/"
Expand Down

0 comments on commit baf2668

Please sign in to comment.