please see the below playbook . i am trying to chage password for a user in remote host but getting the message FAILED! => {“changed”: false, “failed”: true, “msg”: “useradd: invalid user name ‘’\n”, “name”: “”, “rc”: 3}
`
please see the below playbook . i am trying to chage password for a user in remote host but getting the message FAILED! => {“changed”: false, “failed”: true, “msg”: “useradd: invalid user name ‘’\n”, “name”: “”, “rc”: 3}
`
Don't leave spaces in k=v options:
name={{user_name}} password={{new_password}}