I want to install my own FHIR server on ubuntu machine with the help of this link. smart-on-fhir/installer
But when i run this command sudo ansible-playbook -c local -i 'localhost,' -vvvv site.yml
, it gives following error. Please give some idea, what is wrong with this.
Error
root@s5ubuntu-desktop:~/bk/installer/provisioning# sudo ansible-playbook -c local -i 'localhost,' -vvvv site.yml
Using /etc/ansible/ansible.cfg as config file
ERROR! no action detected in task. This often indicates a misspelled module name, or incorrect module path.
The error appears to have been in '/root/bk/installer/provisioning/roles/linux-machine/tasks/main.yml': line 161, column 3, but may be elsewhere in the file depending on the exact syntax problem.
The offending line appears to be:
- name: Configure MySQL user
^ here
The error appears to have been in '/root/bk/installer/provisioning/roles/linux-machine/tasks/main.yml': line 161, column 3, but may be elsewhere in the file depending on the exact syntax problem.
The offending line appears to be:
- name: Configure MySQL user
^ here
root@s5ubuntu-desktop:~/bk/installer/provisioning