trouble using sros modules to log in with a specific user

First of all, I am still learning Ansible, so there is a very real possibility this is user error, but here is my issue:

When I try to log in using the sros module, regardless of the username I am using in the yml file, it is using my username from the ansible host machine

Here is the yml:

`

Hi Nick,

Not sure if you figure this out yet or not but you need to add connection: local to your playbook. Your updated playbook should look like this:

https://gist.github.com/privateip/2482751b36b30eb60151e94e16c905ea

Peter