From 94362af328281a91c14efbc9e1b2f26f96cbc09d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Szymon=20Zygu=C5=82a?= Date: Tue, 9 Jan 2018 09:53:12 +0100 Subject: [PATCH] Fixed trailing whitespace --- tasks/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tasks/main.yml b/tasks/main.yml index 6af7af8dc..34b42e263 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -84,8 +84,8 @@ replace: '#@include common-auth' when: ansible_distribution == 'Debian' or ansible_distribution == 'Ubuntu' - when: - - ssh_use_pam + when: + - ssh_use_pam - ssh_challengeresponseauthentication - ssh_google_auth @@ -111,7 +111,7 @@ failed_when: false changed_when: false check_mode: no - + # The following tasks only get executed when selinux is in state enforcing, UsePam is "no" and the ssh_password module is installed. # See this issue for more info: https://github.com/hardening-io/ansible-ssh-hardening/issues/23 - block: