What is the general structure of an Ansible ad-hoc command?
ansible [pattern] -m [module] -a "[module options]"
ansible -m [inventory] -a [pattern]
ansible-playbook [pattern] -m [module]
ansible -m [pattern] [module] -a "[module options]"