Trivial spelling fix

Change-Id: Id4d5f09026439b317fc4db49f902c35a9e9c8378
This commit is contained in:
Major Hayden 2017-06-23 07:51:32 -05:00
parent d3c74ec319
commit 90b1317a26
No known key found for this signature in database
GPG Key ID: 737051E0C1011FB1

View File

@ -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