Help with playbooks

Hello,

I am new to Ansible.

I am creating my first playbook. I would like to add a useraccount to all my hosts, make the user a sudo user and have them sudo without a password. Also remove root logins.

for some reason it is not working and seem to figure out why. I keep getting the error.

This is what I do.

https://gist.github.com/basictheprogram/29a093366b2bdc9d15a07312c8d29587

OK, but what is wrong with my playbook?

thanks

Your "- name: Add Unix Admins users" is wrongly indented.