Skip to content

Commit 63f49ca

Browse files
Tomas BorosTomas Boros
Tomas Boros
authored and
Tomas Boros
committed
sub filter default values chnaged to boolean based on template
1 parent d0c6ab1 commit 63f49ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

defaults/main/template.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ nginx_config_main_template:
5858
http_global_autoindex: false
5959
sub_filter:
6060
# sub_filters: []
61-
last_modified: "off"
62-
once: "on"
61+
last_modified: false
62+
once: true
6363
types: "text/html"
6464
# custom_options: []
6565
# http_custom_options: []

0 commit comments

Comments
 (0)