Skip to content

Commit

Permalink
Fix typo in name of task to fetch ssh keys (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukas-bednar authored Mar 30, 2017
1 parent 331683e commit 6265e73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
path: './unconfigured'
state: touch

- name: Fetch logs to be removed
- name: Fetch SSH keys to be removed
find:
paths: "/etc/ssh"
patterns: "ssh_host_*"
Expand Down

0 comments on commit 6265e73

Please sign in to comment.