I install according to the get start chapter in the README. After executing bootstrap and configure normally, the following error occurred when executing install.yml.
How to solve this problem?
root@iZ2zei9ngj5pa6q9y0oga9Z:~/pigsty# ./install.yml
ERROR! this task 'ansible.builtin.meta' has extra params, which is only allowed in the following modules: import_tasks, include_tasks, include_role, import_role, command, group_by, meta, include, shell, win_command, script, win_shell, set_fact, raw, add_host, include_vars
The error appears to be in '/root/pigsty/roles/pgsql/tasks/patroni.yml': line 234, column 3, but may
be elsewhere in the file depending on the exact syntax problem.
The offending line appears to be:
- name: reload param & hba immediately
^ here
I tried to update ansible, but the prompt is already the latest. This server is an Alibaba Cloud server, and the mirror source uses Alibaba Cloud by default. Is it an issue with the ansible version?
ansible is already the newest version (2.9.6+dfsg-1)
I install according to the get start chapter in the README. After executing bootstrap and configure normally, the following error occurred when executing install.yml.
How to solve this problem?
My ansible version is:
I tried to update ansible, but the prompt is already the latest. This server is an Alibaba Cloud server, and the mirror source uses Alibaba Cloud by default. Is it an issue with the ansible version?