Commit 16eeda55 by Kevin Falcone Committed by GitHub

Merge pull request #3177 from edx/jibsheet/stop-failing

This breaks when you add a new person, but a previous person removed a key.
parents 2d198bbe 2d5b66dd
......@@ -121,7 +121,7 @@
with_items: "{{ user_info }}"
register: github_users_return
- fail:
- debug:
msg: "User {{ item.item.name }} doesn't have an SSH key associated with their account"
with_items: "{{ github_users_return.results | default([]) }}"
# We skip users in the previous task, and they end up with no content_length
......
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