Ansible installation: No action detected in task
I've installed Ansible on Ubuntu. playbooks referencing panos modules do not work. They fail with the message "ERROR! no action detected in task". Here's an example:
---
- name: My First Test
connection: local
gather_facts: False
hosts: loc