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