Commit 6ef2f8a9 authored by rjshrjndrn's avatar rjshrjndrn
Browse files

updating the jwt token for applicaiton

No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -39,7 +39,7 @@
copy: content="{{jwt_token.stdout}}" dest=/tmp/jwt_token_output.txt
- name: run the sed command
shell: cat /tmp/jwt_token_output.txt | grep 'JWT token for player is' | cut -d ':' -f2
shell: cat /tmp/jwt_token_output.txt | grep 'JWT token for api-management-test-user is' | cut -d ':' -f2
register: token
- name: Copy the script
......
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