We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1982f74 commit 136af82Copy full SHA for 136af82
defaults/main.yml
@@ -465,14 +465,14 @@ apache__combined_snippets: '{{ apache__dependent_snippets
465
apache__https_enabled: '{{ ansible_local|d() and ansible_local.pki|d() and
466
(ansible_local.pki.enabled|d() | bool) and
467
apache__https_listen|length > 0 }}'
468
- # ]]]
469
-
470
+ # ]]]
471
# .. envvar:: apache__redirect_to_https [[[
472
#
473
# This defines the default for each vhost's ``redirect_to_https`` variable.
474
# Defaults to ``True``.
475
apache__redirect_to_https: True
+
476
# ]]]
477
# PKI [[[
478
# ~~~~~~~
0 commit comments