File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 7373
7474 - name : Set Service Principal Object UUID for Azure App
7575 ansible.builtin.set_fact :
76- plat__azure_application_service_principal_objuuid : " {{ __azure_application_service_principals_list.stdout | from_json | community.general.json_query('[0].objectId ') }}"
76+ plat__azure_application_service_principal_objuuid : " {{ __azure_application_service_principals_list.stdout | from_json | community.general.json_query('[0].id ') }}"
7777
7878 - name : Check that Azure Service Principal ID is now set
7979 ansible.builtin.assert :
Original file line number Diff line number Diff line change 8989
9090 - name : Set Service Principal Object ID for new Azure App
9191 ansible.builtin.set_fact :
92- plat__azure_application_service_principal_objuuid : " {{ __azure_application_service_principals_list.stdout | from_json | community.general.json_query('[0].objectId ') }}"
92+ plat__azure_application_service_principal_objuuid : " {{ __azure_application_service_principals_list.stdout | from_json | community.general.json_query('[0].id ') }}"
9393
9494 - name : Check that Azure Service Principal ID is now set
9595 ansible.builtin.assert :
You can’t perform that action at this time.
0 commit comments