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/shell/tasks/main.yml, line 11 #15

Closed theofidry closed 9 years ago

theofidry commented 9 years ago

in ansible/roles/shell/tasks/main.yml, line 11

Unable to parse at line 11 (near "git clone https://github.com/KnpLabs/symfony2-autocomplete.git").

  template: src=vimrc.j2 dest=/home/vagrant/.vimrc

- name: Download Symfony2 auto-complete script
  sudo: yes
  shell:
    git clone https://github.com/KnpLabs/symfony2-autocomplete.git
    && cp symfony2-autocomplete/symfony2-autocomplete.bash /etc/bash_completion.d/
    && rm -rf symfony2-autocomplete
  ignore_errors: true

- name:  Correct user permissions

Posted from SensioLabsInsight