Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
infrastructure
Commits
7c2f70f4
Commit
7c2f70f4
authored
Mar 17, 2021
by
Sven-Hendrik Haase
Browse files
Merge branch 'prometheus-typo' into 'master'
prometheus_exporters: fix permissions of blackbox.yml See merge request
!329
parents
4af765e8
7ab86356
Pipeline
#5760
passed with stage
in 44 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
roles/prometheus_exporters/tasks/main.yml
View file @
7c2f70f4
...
...
@@ -80,7 +80,7 @@
when
:
"
'borg_clients'
in
group_names"
-
name
:
install blackbox exporter configuration
copy
:
src=blackbox.yml dest=/etc/prometheus/blackbox.yml owner=root group=root mode=0
755
copy
:
src=blackbox.yml dest=/etc/prometheus/blackbox.yml owner=root group=root mode=0
644
when
:
"
'prometheus'
in
group_names"
-
name
:
install rebuilderd textcollector service
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment