added the custom fail message

parent ca65d96a
......@@ -120,7 +120,7 @@
register: github_users_return
- fail:
msg: "User {{ item.item.name }} didn't added ssh key to his account over github"
msg: "User {{ item.item.name }} doesn't have an SSH key associated with their account"
with_items: "{{ github_users_return.results | default([]) }}"
when: item.content_length == "0"
......
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