Remove task to restart sshd

Turns out restarting sshd via ssh isn't the best plan
This commit is contained in:
Ethan N. Paul 2019-02-23 23:14:33 -05:00
parent c27460c47e
commit d50ab02b3c
1 changed files with 0 additions and 4 deletions

View File

@ -19,7 +19,3 @@
regexp: "GSSAPIAuthentication yes"
replace: "GSSAPIAuthentication no"
- name: Restart sshd
service:
name: sshd
state: restarted