From 81ca36c9270684308ba5d0fdba5f9eaad79941b1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Alexander=20K=C3=A4b?= <alexander.kaeb@h-da.de>
Date: Mon, 3 Apr 2023 16:21:55 +0200
Subject: [PATCH] Add missing node-cert tmp dir cleanup delegation

---
 tasks/node-certs.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tasks/node-certs.yml b/tasks/node-certs.yml
index 7243af9..5528cc6 100644
--- a/tasks/node-certs.yml
+++ b/tasks/node-certs.yml
@@ -72,3 +72,5 @@
     path: "{{ tmp_cert_dir.path }}"
     state: absent
   when: tmp_cert_dir.path is defined
+  run_once: true
+  delegate_to: localhost
-- 
GitLab