how to handle prompts in aruba_command module

Hi,
i want to copy os image from tftp server to aruba switch . when i tried manually its asking for prompt Continue(y/n)? How to handle this prompt in ansible playbook task for aruba switches.
Thanks in advance.

Look at expect / pexpect module.

Walter