From 5d0b716ad7bc5e3f08fe54a8f90d1baca4708e9c Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Wed, 3 Mar 2021 18:26:41 +0200 Subject: [PATCH] Correct tagging. This way I can specify a host and skip generating dhparams. --- renew-certs.yaml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/renew-certs.yaml b/renew-certs.yaml index 562ce4f..78ec7b5 100644 --- a/renew-certs.yaml +++ b/renew-certs.yaml @@ -43,8 +43,7 @@ - Restart Nginx on ns4 host: ns4 tags: - - dhparams - - ns4 + - always - name: Issue certificate for host01 include_tasks: @@ -66,8 +65,7 @@ - Restart Nginx on host01 host: host01 tags: - - dhparams - - host01 + - always - name: Issue certificate for kodi include_tasks: @@ -107,5 +105,4 @@ - Restart Nginx on host01 host: mail tags: - - dhparams - - smtp + - always -- GitLab