Browse Source

Format json

Anuj Bansal 3 years ago
parent
commit
9a491c934a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      devops/aws/deploy-playground-playbook.yml

+ 1 - 1
devops/aws/deploy-playground-playbook.yml

@@ -56,7 +56,7 @@
       args:
         chdir: '{{ remote_code_path }}'
       environment:
-        ALL_PROPOSALS_PARAMETERS_JSON: '{{ proposal_parameters }}'
+        ALL_PROPOSALS_PARAMETERS_JSON: '{{ proposal_parameters | from_json | to_json }}'
       async: 3600
       poll: 0
       register: node_build_result