fix: search/replace error

This commit is contained in:
Jérémy Lecour 2023-12-04 11:38:09 +01:00 committed by Jérémy Lecour
parent c861fe1974
commit ae79f33e3a
Signed by: jlecour
SSH key fingerprint: SHA256:h+5LgHRKwN9lS0SsdVR5yZPeFlJE4Mt+8UtL4CcP8dY

View file

@ -119,4 +119,4 @@
cmd: "{{ docker_tls_path }}/shellpki.sh init"
when:
- docker_tls_enabled | bool
- not (tls_certs_stat.stat. and tls_certs_stat.stat.isdir)
- not (tls_certs_stat.stat.exists and tls_certs_stat.stat.isdir)