Error using evrardjp.keepalived role #249
-
Recently i have started my journey implementing magmacore into a baremetal server. It happens that when I use the haproxy playbook, that uses the evrardjp.keepalived role, I receive the following error: ERROR! this task 'ansible.builtin.command' has extra params, which is only allowed in the following modules: win_command, command, include, include_tasks, add_host, meta, import_tasks, include_vars, include_role, group_by, set_fact, shell, import_role, win_shell, script, raw The error appears to be in '/root/magma/orc8r/cloud/deploy/bare-metal-ansible/roles/evrardjp.keepalived/tasks/main.yml': line 58, column 3, but may The offending line appears to be: First line of stderr is similar to 'keepalived v1.0.4 (date)'
Can someone help me with this? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hello. FYI, this role was indeed modified to include a test of version to validate the configuration. There are multiple ways to solve this:
|
Beta Was this translation helpful? Give feedback.
-
Hi. Thanks! Here are the role and ansible env version: |
Beta Was this translation helpful? Give feedback.
Hello.
First, I didn't know that magma was using this role! Good surprise!
FYI, this role was indeed modified to include a test of version to validate the configuration.
There are multiple ways to solve this: