From 5661cc1cff88b7edbc55d3221732238672b86a3e Mon Sep 17 00:00:00 2001 From: lilly Date: Thu, 30 Apr 2026 23:02:49 +0200 Subject: [PATCH] add role tag to infrastructure_authorized_keys role --- roles/infrastructure_authorized_keys/tasks/main.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/roles/infrastructure_authorized_keys/tasks/main.yaml b/roles/infrastructure_authorized_keys/tasks/main.yaml index 982c7a0..8ed1603 100644 --- a/roles/infrastructure_authorized_keys/tasks/main.yaml +++ b/roles/infrastructure_authorized_keys/tasks/main.yaml @@ -1,4 +1,5 @@ -- name: deploy infrastructure authorized keys +- tags: ["infrastructure_authorized_keys"] + name: deploy infrastructure authorized keys ansible.posix.authorized_key: state: present user: chaos