Skip to content

Commit a736fd2

Browse files
authored
Fix failed_when condition for GCP Service Accounts Policies (#106)
Signed-off-by: Jim Enright <[email protected]>
1 parent cf79803 commit a736fd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roles/platform/tasks/teardown_gcp_authz.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
label: __gcp_binding_item.member
6060
failed_when:
6161
- __gcp_service_account_teardown.rc == 1
62-
- "'Policy bindings with the specified member and role not found!' not in __gcp_service_account_teardown.stderr"
62+
- "'Policy bindings with the specified principal and role not found!' not in __gcp_service_account_teardown.stderr"
6363
loop:
6464
# Logs
6565
- member: "serviceAccount:{{ plat__gcp_log_identity_name }}@{{ plat__gcp_project }}.iam.gserviceaccount.com"

0 commit comments

Comments
 (0)