From b1231f7f3ea7905b877cfe651b7d82c462c4cc88 Mon Sep 17 00:00:00 2001 From: Robin Schneider Date: Tue, 7 Feb 2017 18:47:10 +0100 Subject: [PATCH] Improve spelling and indention --- defaults/main.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/defaults/main.yml b/defaults/main.yml index c65c4e3..91de4c2 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -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 [[[ @@ -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