You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Ansible Project
Hello,
How can I respond to a user prompt that happens upon authentication?
Like 'expect' enables us to respond to command prompts, but the prompt in question happens when the user logs in, not after a command.
Does ansible support that?
Thanks,
Alex.
Brian Coca
unread,
Mar 12, 2021, 2:47:52 PM3/12/21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Ansible Project
The become plugins handle a single prompt, the problem with multiple
is that they would have to know a priori how many and how to keep
track of 'success' conditions.