From a307a72486d64dd55f9b620d0fa0b7eb21b8c680 Mon Sep 17 00:00:00 2001
From: arbabnazar <arbab@edx.org>
Date: Tue, 12 Jul 2016 21:45:44 +0500
Subject: [PATCH] add > character so that the yaml is read correctly

---
 playbooks/roles/edx_notes_api/tasks/main.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/playbooks/roles/edx_notes_api/tasks/main.yml b/playbooks/roles/edx_notes_api/tasks/main.yml
index 429e695..75fa692 100644
--- a/playbooks/roles/edx_notes_api/tasks/main.yml
+++ b/playbooks/roles/edx_notes_api/tasks/main.yml
@@ -54,7 +54,7 @@
   with_items: edx_notes_api_requirements
 
 - name: Migrate
-  shell:
+  shell: >
     DB_MIGRATION_USER='{{ COMMON_MYSQL_MIGRATE_USER }}'
     DB_MIGRATION_PASS='{{ COMMON_MYSQL_MIGRATE_PASS }}'
     {{ edx_notes_api_home }}/venvs/{{ edx_notes_api_service_name }}/bin/python {{ edx_notes_api_manage }} migrate --noinput --settings="notesserver.settings.yaml_config"
--
libgit2 0.26.0