I am attempting to build a satnogs client on an orange pi using buster and ansible version is 2.7.7
I receive the following error in response to this installation step:
ansible-playbook -i production/inventory/hosts -K site.yml
ERROR! no action detected in task. This often indicates a misspelled module name, or incorrect module path.
The error appears to have been in ‘/home/orangepi/satnogs-client-ansible/roles/common/tasks/main.yml’: line 2, column 3, but may
be elsewhere in the file depending on the exact syntax problem.
The offending line appears to be:
- name: Check Ansible version
^ here