I am starting to mess around with Ansible to manage Cisco ASA devices. I am able to run asa_command or asa_config module from a playbook without issue, but if I want to just run a quick command, those modules aren't supported in ad-hoc commands. If I try to run it using -m raw, it fails at SSH login, with an unknown error. I'm guessing that it is because it doesn't know the shell to use.
Has anybody had any luck running ad-hoc commands against an ASA?