aboutsummaryrefslogtreecommitdiffstats
path: root/tasks
diff options
context:
space:
mode:
authorJan Tuomi <jan@jantuomi.fi>2025-12-21 10:26:52 +0200
committerJan Tuomi <jan@jantuomi.fi>2025-12-21 10:26:52 +0200
commita977ef97cb1d88b617286fc07ea37a19c8b01e42 (patch)
tree503bdb30f2be1b18c24ea8d0a2606f115becdf8f /tasks
parent5ebb5cea738fdd2dcb057259c4235ccaa8d2cd15 (diff)
Improve ingress
Diffstat (limited to 'tasks')
-rw-r--r--tasks/jail_ingress.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tasks/jail_ingress.yml b/tasks/jail_ingress.yml
index 75e364e..2844c12 100644
--- a/tasks/jail_ingress.yml
+++ b/tasks/jail_ingress.yml
@@ -110,7 +110,7 @@
shell: |
service -j ingress nginx enable
service -j ingress nginx onestart
- when: ingress_nginx_enabled.rc != 0
+ when: ingress_nginx_enabled.rc != 0 or nginx_conf.changed
- name: Install hetzner_ddns.sh
template: