Skip to content

Commit

Permalink
Edit name for adding crafternode ssh key on hlrs host
Browse files Browse the repository at this point in the history
  • Loading branch information
storax committed Aug 4, 2015
1 parent 2b1abb7 commit ef48a21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/hlrsvenv/tasks/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---

- name: Add public ssh key of masterserver
- name: Add public ssh key of crafternodes
authorized_key: user={{ ansible_ssh_user }}
key="{{ lookup('file', playbook_dir + '/files/ssh/id_rsa.pub') }}"

Expand Down

0 comments on commit ef48a21

Please sign in to comment.