Skip to content

Commit 4a34c13

Browse files
authored
Update check for MSI consistency (#145)
Signed-off-by: Jim Enright <[email protected]>
1 parent 6c1c2ff commit 4a34c13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roles/platform/tasks/setup_azure_authz.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
register: __azure_identity_list
134134
delay: 5
135135
retries: 120 # 10 mins
136-
until: discovered_msi_list is subset(plat__azure_msis)
136+
until: plat__azure_msis is subset(discovered_msi_list)
137137
vars:
138138
discovered_msi_list: "{{ __azure_identity_list.response | map(attribute='name') | list }}"
139139

0 commit comments

Comments
 (0)