From aae8010da83c55f4ff2a13952d76d2bdddd1780a Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Tue, 26 Jan 2021 19:20:17 +0200
Subject: [PATCH] Correct tag.

---
 renew-certs.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/renew-certs.yaml b/renew-certs.yaml
index aa7f1f9..e3b18d9 100644
--- a/renew-certs.yaml
+++ b/renew-certs.yaml
@@ -298,7 +298,7 @@
       notify:
         - Restart Nginx on host01
       tags:
-        - mail
+        - host01
 
     - name: Generate mail key
       community.crypto.openssl_privatekey:
-- 
GitLab