jinja2 template

Please help to resolve this error

ansible-playbook: error: unrecognized arguments: --snyntax-check
[ec2-user@ansible-engine jinja2]$ ansible-playbook lab27.yaml

PLAY [install vsftpd] ******************************************************************************************************************************************************

TASK [Gathering Facts] *****************************************************************************************************************************************************
[WARNING]: Platform linux on host node2 is using the discovered Python interpreter at /usr/bin/python, but future installation of another Python interpreter could change
this. See https://docs.ansible.com/ansible/2.9/reference_appendices/interpreter_discovery.html for more information.
ok: [node2]

TASK [get basic vsftpd operational] ****************************************************************************************************************************************
fatal: [node2]: FAILED! => {“changed”: false, “changes”: {“installed”: [“vsftpd”]}, “msg”: “You need to be root to perform this command.\n”, “rc”: 1, “results”: [“Loaded plugins: extras_suggestions, langpacks, priorities, update-motd\n”]}

PLAY RECAP *****************************************************************************************************************************************************************
node2 : ok=1 changed=0 unreachable=0 failed=1 skipped=0 rescued=0 ignored=0

Command: ansible-playbook playbook.yml --syntax-check