For my credssp (windows) to work, I need ansible_user and ansible_password set. I can set these in plain text in a variable, and everything works fine; however, when experimenting with vars_prompt I attempt the same thing and fails when I use encryption. If I store the password as I do the ad username (clear text), it also works. This may not even be a vars_prompt issue, but an encryption one. Wondering if this is a bug or if I am doing something wrong?
Playbook
`