Commit 718711a5 by arbabnazar

fix the github build failed due to the empty user_info list

parent 76e3ed83
......@@ -121,7 +121,7 @@
- fail:
msg: "User {{ item.item.name }} didn't added ssh key to his account over github"
with_items: "{{ github_users_return.results }}"
with_items: "{{ github_users_return.results | default([]) }}"
when: item.content_length == "0"
- name: Get github key(s) and update the authorized_keys file
......
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