Skip to content
Snippets Groups Projects
Commit 5ad6add6 authored by Thomas Schneider's avatar Thomas Schneider
Browse files

node_exporter: Fix yamllint issues

parent 701139c6
No related branches found
No related tags found
1 merge request!2Fix CI issues
...@@ -32,7 +32,8 @@ ...@@ -32,7 +32,8 @@
apt: apt:
name: smartmontools name: smartmontools
state: >- state: >-
{% if force_smartmontools_on_vm_guest or (ansible_virtualization_role is defined {% if force_smartmontools_on_vm_guest or
(ansible_virtualization_role is defined
and not ansible_virtualization_role == "guest") -%} and not ansible_virtualization_role == "guest") -%}
present present
{%- else -%} {%- else -%}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment