Skip to content
Snippets Groups Projects
Commit 54b41c83 authored by Thomas Schneider's avatar Thomas Schneider
Browse files

caddy: Fix disable inactive site/config logic

This was copied from the webserver role, however here we don’t have a `.conf`
file suffix.
parent ce6052f9
No related branches found
No related tags found
No related merge requests found
......@@ -116,8 +116,6 @@
{{ current_active_sites.files
| map(attribute='path')
| map('basename')
| map('splitext')
| map('first')
| difference(wanted_active_sites)
}}
loop_control:
......@@ -149,8 +147,6 @@
{{ current_active_config.files
| map(attribute='path')
| map('basename')
| map('splitext')
| map('first')
| difference(wanted_active_config)
}}
loop_control:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment