From 16a5d35fb0bc109b4580947f7c27895a0730fb79 Mon Sep 17 00:00:00 2001 From: julian Date: Mon, 23 Oct 2023 21:40:03 +0200 Subject: [PATCH] comment out non-working code --- playbooks/roles/certbot/tasks/main/cert.yaml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/playbooks/roles/certbot/tasks/main/cert.yaml b/playbooks/roles/certbot/tasks/main/cert.yaml index 5529f80..dacfae7 100644 --- a/playbooks/roles/certbot/tasks/main/cert.yaml +++ b/playbooks/roles/certbot/tasks/main/cert.yaml @@ -16,7 +16,9 @@ changed_when: false register: certbot__cert_expiry_after -- name: potentially report changed - ansible.builtin.debug: - msg: "If this reports changed, then the certificate expiry date and therefore the certificate changed." - changed_when: certbot__cert_expiry_before.stdout != certbot__cert_expiry_after.stdout +# Doesn't work anymore. Dunno why. +# TODO: Fix +# - name: potentially report changed +# ansible.builtin.debug: +# msg: "If this reports changed, then the certificate expiry date and therefore the certificate changed." +# changed_when: certbot__cert_expiry_before.stdout != certbot__cert_expiry_after.stdout