1 я новичок в ansible.
Пробую подключить роль
https://github.com/nginxinc/ansible-role-nginx-config
Получаю вот такую ошибку
ERROR! this task 'ansible.builtin.meta' has extra params, which is only allowed in the following modules: set_fact, import_tasks, meta, group_by, include_vars, shell, raw, win_command, win_shell, include, script, command, include_tasks, import_role, include_role, add_host
The error appears to be in '/home/pd/.ansible/roles/nginxinc.nginx/tasks/main.yml': line 59, column 3, but may
be elsewhere in the file depending on the exact syntax problem.
The offending line appears to be:
- name: Trigger handlers if necessary
^ here