lint: ansible-lint suggested updates
Some checks failed
Ansible Lint Check / lint (push) Failing after 31s

This commit is contained in:
Iain Learmonth 2025-11-01 15:07:36 +00:00
parent 2ba6c6691b
commit 5217ffad5b
20 changed files with 137 additions and 56 deletions

View file

@ -17,7 +17,7 @@
when: freeipa_certs_existing_cert.not_after is defined
- name: "FreeIPA Certificates | AUDIT | Print days until expiry"
debug:
ansible.builtin.debug:
msg: "{{ freeipa_certs_days_until_expiry }}"
when: freeipa_certs_existing_cert.not_after is defined