Skip to content

Commit

Permalink
Merge pull request dev-sec#146 from zbrojny120/master
Browse files Browse the repository at this point in the history
Fixed trailing whitespace
  • Loading branch information
rndmh3ro committed Jan 9, 2018
2 parents 7ecb5e6 + 00282f9 commit fede687
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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:
Expand Down

0 comments on commit fede687

Please sign in to comment.