Commit cf9da17f authored by rjshrjndrn's avatar rjshrjndrn
Browse files

Issue #000 feat: changing variable to sunbird_portal_preview_cdn_url

parent 2e0dbe8f
No related merge requests found
Showing with 3 additions and 3 deletions
+3 -3
......@@ -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
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment