Hello!
Beginner here. My goal is to use a simple play book to create a new user. I found this example in the modules pages at ansible.com
# Add the user 'johnd' with a specific uid and a primary group of 'admin'
- user: name=johnd comment="John Doe" uid=1040 group=admin