From cf9da17f234bee49d02e4a5013388d8e47762017 Mon Sep 17 00:00:00 2001
From: rjshrjndrn <rjshrjndrn@gmail.com>
Date: Mon, 20 May 2019 22:52:30 +0530
Subject: [PATCH] Issue #000 feat: changing variable to
 sunbird_portal_preview_cdn_url

---
 ansible/deploy-plugins.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/ansible/deploy-plugins.yml b/ansible/deploy-plugins.yml
index 4537c852a..b4e7a50d4 100644
--- a/ansible/deploy-plugins.yml
+++ b/ansible/deploy-plugins.yml
@@ -9,9 +9,9 @@
   tasks:
     - name: rename env_domain in preview_cdn.html for CDN
       shell: |
-        echo "{{sunbird_portal_content_cdn_url}}"
-        sed -i 's|cdn_url|{{sunbird_portal_content_cdn_url}}|g' "{{currentws}}"/ansible/preview/preview_cdn.html
-      when: sunbird_portal_content_cdn_url is defined
+        echo "{{sunbird_portal_preview_cdn_url}}"
+        sed -i 's|cdn_url|{{sunbird_portal_preview_cdn_url}}|g' "{{currentws}}"/ansible/preview/preview_cdn.html
+      when: sunbird_portal_preview_cdn_url is defined
       tags:
         - preview
 
-- 
GitLab