On Thursday, 16 November 2017 15.54.50 CET [email protected] wrote: > Yes Kai! Now i can see the progress within the CLI. > > What about this kind of question? > > Enable Secure Backup mode? Yes/No [y/n]: > > How can i write it?
Responses are regex so regexp special character need to be escaped by a backslash. I think I got them all: Enable Secure Backup mode\? Yes/No \[y/n\]: n This will answer no. -- Kai Stian Olstad -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/6731170.60pzI2Cj2U%40x1. For more options, visit https://groups.google.com/d/optout.
