Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
prometheus
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
infra
ansible-shared
prometheus
Merge requests
!2
Fix CI issues
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
Fix CI issues
th/ci
into
main
Overview
0
Commits
2
Pipelines
1
Changes
2
Merged
Fix CI issues
Thomas Schneider
requested to merge
th/ci
into
main
Sep 27, 2022
Overview
0
Commits
2
Pipelines
1
Changes
2
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
157c4056
2 commits,
Sep 27, 2022
2 files
+
4
−
4
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
node_exporter/tasks/main.yml
+
3
−
2
View file @ 157c4056
Edit in single-file editor
Open in Web IDE
Show full file
@@ -32,8 +32,9 @@
apt
:
name
:
smartmontools
state
:
>-
{% if force_smartmontools_on_vm_guest or (ansible_virtualization_role is defined
and not ansible_virtualization_role == "guest") -%}
{% if force_smartmontools_on_vm_guest or
(ansible_virtualization_role is defined
and not ansible_virtualization_role == "guest") -%}
present
{%- else -%}
absent
Loading