I have a playbook that installs the appropriate packages for Active Directory Authentication. When it gets to the “join” portion, Ansible just sits there because the join process is asking the user for the password of the account that has access to join the system to Active Directory. How can I pass my password from vars_prompt? I have highlighted where I call the variable but I know that is the wrong place since it’s going to try to pass it to my “realm join” command, which isn’t supported. I only added it there to show I want to call it after the “realm join” portion is called.