Closed gygitlab closed 1 year ago
I am underging the same issue. Any solutions available?
You can just remove the part with
args:
warn: false
and replace it with a ignore_errors : false
This is because we are, in the task with the name "[ansible-node-exporter : Gather currently installed node_exporter version (if any)] ", we are trying to execute a shell command that might not exist. Thus we need to ignore errors.
I've pushed the fix I've applied locally.
+1
This role has been deprecated in favor of a the prometheus-community/ansible collection.
Hey. Looks like the role doesn't support Ansible 7.0.0 due to the following
shell
deprecation: