Commit 833c0e5b by Kevin Falcone Committed by GitHub

Merge pull request #3503 from edx/jibsheet/exclusive-ssh-keys

Remove old / unlisted ssh keys
parents 184cdca4 91feffac
......@@ -138,6 +138,7 @@
- name: Get github key(s) and update the authorized_keys file
authorized_key:
user: "{{ item.name }}"
exclusive: yes
key: "https://github.com/{{ item.name }}.keys"
when: item.github is defined and item.get('state', 'present') == 'present'
with_items: "{{ user_info }}"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment