comment out non-working code
This commit is contained in:
parent
ca837c10a7
commit
16a5d35fb0
|
@ -16,7 +16,9 @@
|
||||||
changed_when: false
|
changed_when: false
|
||||||
register: certbot__cert_expiry_after
|
register: certbot__cert_expiry_after
|
||||||
|
|
||||||
- name: potentially report changed
|
# Doesn't work anymore. Dunno why.
|
||||||
ansible.builtin.debug:
|
# TODO: Fix
|
||||||
msg: "If this reports changed, then the certificate expiry date and therefore the certificate changed."
|
# - name: potentially report changed
|
||||||
changed_when: certbot__cert_expiry_before.stdout != certbot__cert_expiry_after.stdout
|
# 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
|
||||||
|
|
Loading…
Reference in a new issue