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/symfony/tasks/main.yml, line 14 #16

Closed theofidry closed 9 years ago

theofidry commented 9 years ago

in ansible/roles/symfony/tasks/main.yml, line 14

Unable to parse at line 14 (near "cd /var/www/{{ symfony_src_dir }}").

    - path:  /var/www/{{ symfony_src_dir }}/app/logs
      owner: www-data

- name: Install composer dependencies
  shell:
    cd /var/www/{{ symfony_src_dir }}
    && composer install
  ignore_errors: true

- name:  Create database
  shell: php app/console doctrine:database:create

Posted from SensioLabsInsight