Skip to content

Commit

Permalink
Improve spelling and indention
Browse files Browse the repository at this point in the history
  • Loading branch information
ypid committed Feb 7, 2017
1 parent 185e1bf commit b1231f7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@ apache__fqdn: '{{ ansible_local.core.fqdn
#
# The domain name of the host running Apache.
apache__domain: '{{ ansible_local.core.domain
if (ansible_local|d() and ansible_local.core|d() and
ansible_local.core.domain|d())
else ansible_domain }}'
if (ansible_local|d() and ansible_local.core|d() and
ansible_local.core.domain|d())
else ansible_domain }}'

# ]]]
# .. envvar:: apache__config_path [[[
Expand Down Expand Up @@ -174,7 +174,7 @@ apache__https_listen: [ 443 ]
# host after version upgrades because if certain features are enabled might
# not only depend on the Apache version. For example the version of the used
# cryptography library (OpenSSL) is also relevant and checked by this role at
# Ansible role execution.
# Ansible role execution time.
#
# ``False``
# The configuration is specifically generated for the Apache version which
Expand Down

0 comments on commit b1231f7

Please sign in to comment.