Revert "Run cert generation only on frontend change"

This reverts commit 1bdf7ae951.
This commit is contained in:
Dryusdan 2024-04-19 11:22:14 +02:00
parent 1bdf7ae951
commit cc6c2d7cc6

View file

@ -120,8 +120,6 @@
loop: "{{ hap_frontends }}"
loop_control:
loop_var: frontend
when:
- frontends.success
tags:
- configuration
- config
@ -132,8 +130,6 @@
recurse: no
file_type: directory
register: find_certs
when:
- frontends.success
tags:
- configuration
- config
@ -143,8 +139,6 @@
loop: "{{ find_certs['files'] }}"
loop_control:
loop_var: certs
when:
- frontends.success
tags:
- configuration
- config