Skip to content

Commit

Permalink
Update authorized keys file if github keys change
Browse files Browse the repository at this point in the history
  • Loading branch information
jhamrick committed Feb 19, 2015
1 parent 96a4e39 commit a70f220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/common/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
- ssh

- name: fetch public keys from github
get_url: dest=/tmp/pubkeys/{{ item }}-pubkeys url=https://github.com/{{ item }}.keys
get_url: dest=/tmp/pubkeys/{{ item }}-pubkeys url=https://github.com/{{ item }}.keys force=yes
with_items: github_usernames
tags:
- ssh
Expand Down

0 comments on commit a70f220

Please sign in to comment.