diff options
| author | Jan Tuomi <jan@jantuomi.fi> | 2025-10-10 23:09:52 +0300 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2025-10-10 23:09:52 +0300 |
| commit | e4faedce00a921ab3b58b816eda987feaa2f0e9e (patch) | |
| tree | b6f1fe4776eaaa30f5f15e37d4962ff72f85b851 /tasks/jail_ingress.yml | |
| parent | f4504129f6a1bfce8fc81f69b0f90f340acb1d34 (diff) | |
Stuff
Diffstat (limited to 'tasks/jail_ingress.yml')
| -rw-r--r-- | tasks/jail_ingress.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tasks/jail_ingress.yml b/tasks/jail_ingress.yml index 794c66a..78eb3e6 100644 --- a/tasks/jail_ingress.yml +++ b/tasks/jail_ingress.yml @@ -74,7 +74,8 @@ mode: "0644" vars: # comma-separated list of sites - items: "{{ static_sites | selectattr('tls') | map(attribute='host') | join(',') }}" + items_list: "{{ static_sites + jails }}" + items: "{{ items_list | selectattr('tls') | map(attribute='host') }}" register: jail_ingress_etc_crontab - name: Restart cron |
