From 4a1cf48325927d62b9ab26104c4ddd8399594b35 Mon Sep 17 00:00:00 2001 From: Bart Geesink Date: Fri, 14 Jun 2024 15:50:12 +0200 Subject: [PATCH] Main playbook: Add extra tag to aa role --- provision.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/provision.yml b/provision.yml index 9d5ff248c..357d54136 100644 --- a/provision.yml +++ b/provision.yml @@ -177,7 +177,7 @@ - { role: teams, tags: ["teams"] } - { role: pdp, tags: ["pdp"] } - { role: voot, tags: ["voot"] } - - { role: attribute-aggregation, tags: ["aa"] } + - { role: attribute-aggregation, tags: ["aa", "attribute-aggregation"] } - { role: mujina-idp, tags: ["mujina-idp"] } - { role: oidc-playground, tags: ["oidc-playground"] } - { role: myconext, tags: ["myconext"] }