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
7ab86356
Unverified
Commit
7ab86356
authored
Mar 13, 2021
by
Jakub Klinkovský
Browse files
prometheus_exporters: fix permissions of blackbox.yml
Yaml is not executable.
parent
4af765e8
Changes
1
Hide whitespace changes
Inline
Side-by-side
roles/prometheus_exporters/tasks/main.yml
View file @
7ab86356
...
...
@@ -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