Trivial spelling fix
Change-Id: Id4d5f09026439b317fc4db49f902c35a9e9c8378
This commit is contained in:
parent
d3c74ec319
commit
90b1317a26
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user