Skip to content

Commit 136af82

Browse files
committed
fixup whitespace issues reported by linter
1 parent 1982f74 commit 136af82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

defaults/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -465,14 +465,14 @@ apache__combined_snippets: '{{ apache__dependent_snippets
465465
apache__https_enabled: '{{ ansible_local|d() and ansible_local.pki|d() and
466466
(ansible_local.pki.enabled|d() | bool) and
467467
apache__https_listen|length > 0 }}'
468-
# ]]]
469-
470468

469+
# ]]]
471470
# .. envvar:: apache__redirect_to_https [[[
472471
#
473472
# This defines the default for each vhost's ``redirect_to_https`` variable.
474473
# Defaults to ``True``.
475474
apache__redirect_to_https: True
475+
476476
# ]]]
477477
# PKI [[[
478478
# ~~~~~~~

0 commit comments

Comments
 (0)