in6pio / Incipio

ERP pour Junior-Entreprises.
http://incipio.fr
GNU Affero General Public License v3.0
5 stars 5 forks source link

[Insight] YAML files should not contain syntax error - in ansible/roles/composer/tasks/main.yml, line 5 #14

Closed theofidry closed 9 years ago

theofidry commented 9 years ago

in ansible/roles/composer/tasks/main.yml, line 5

Unable to parse at line 5 (near "curl -sS https://getcomposer.org/installer | php").


---
- name: Install Composer globally
  sudo: yes
  shell:
    curl -sS https://getcomposer.org/installer | php
    && mv composer.phar {{ composer_path }}

- name:  Update Composer to latest version
  sudo:  yes
  shell: "{{ composer_path }} self-update"

Posted from SensioLabsInsight