From 1f339db3121b17d7742955c7ead47c7efbda2e04 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 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/roles/infrastructure_authorized_keys/tasks/main.yaml b/roles/infrastructure_authorized_keys/tasks/main.yaml index 982c7a0..5c6ef1c 100644 --- a/roles/infrastructure_authorized_keys/tasks/main.yaml +++ b/roles/infrastructure_authorized_keys/tasks/main.yaml @@ -1,4 +1,6 @@ -- name: deploy infrastructure authorized keys +--- +- tags: ["infrastructure_authorized_keys"] + name: deploy infrastructure authorized keys ansible.posix.authorized_key: state: present user: chaos