I'm aware that a command such as something -y
will force a yes answer on any response back from the terminal, but I'm having problems with getting Ansible to automate the process of configuration. The module in question has defaults (a [no]) and the provisioning process hangs as I can't configure it to automatically select default answers.
Is there a way to run a command have the terminal automatically select defaults, as you can do with the -y
flag?