From 90b1317a262d768b42dbbce1833e7dbbc5c8babc Mon Sep 17 00:00:00 2001 From: Major Hayden Date: Fri, 23 Jun 2017 07:51:32 -0500 Subject: [PATCH] Trivial spelling fix Change-Id: Id4d5f09026439b317fc4db49f902c35a9e9c8378 --- tasks/rhel7stig/sshd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasks/rhel7stig/sshd.yml b/tasks/rhel7stig/sshd.yml index e80ec30a..2098ccbb 100644 --- a/tasks/rhel7stig/sshd.yml +++ b/tasks/rhel7stig/sshd.yml @@ -87,8 +87,8 @@ - name: Determine existing public ssh host keys shell: ls /etc/ssh/*.pub register: public_ssh_host_keys - # The sheel command will always report 'changed' so we need to - # ignore that since this role is supposed to be idempotent + # The shell command will always report 'changed' so we need to + # ignore that since this role is supposed to be idempotent. changed_when: false - name: Public host key files must have mode 0644 or less