prometheus-community / ansible

Ansible Collection for Prometheus
https://prometheus-community.github.io/ansible/
Apache License 2.0
326 stars 114 forks source link

node_exporter role errors out while templating #342

Open christian-heusel opened 2 months ago

christian-heusel commented 2 months ago
fatal: [xerophyte]: FAILED! => {
    "changed": false,
    "msg": "AnsibleUndefinedVariable: 'dict object' has no attribute 'systemd'. 'dict object' has no attribute 'systemd'"
}
Click to see full error (with -vvv enabled): ``` The full traceback is: Traceback (most recent call last): File "/usr/lib/python3.12/site-packages/ansible/template/__init__.py", line 1010, in do_template res = myenv.concat(rf) ^^^^^^^^^^^^^^^^ File "/usr/lib/python3.12/site-packages/ansible/template/native_helpers.py", line 83, in ansible_concat return ''.join([to_text(v) for v in nodes]) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "