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
bdda08d5
Verified
Commit
bdda08d5
authored
May 07, 2020
by
Jan Alexander Steffens (heftig)
Browse files
common: Enable periodic btrfs scrub
parent
affc74cb
Changes
1
Hide whitespace changes
Inline
Side-by-side
roles/common/tasks/main.yml
View file @
bdda08d5
...
...
@@ -24,9 +24,13 @@
when
:
"
'hcloud'
not
in
group_names"
-
name
:
start and enable smart
service
:
name=smartd enabled=
"
yes
"
state=
"
started
"
service
:
name=smartd enabled=yes state=started
when
:
"
'hcloud'
not
in
group_names"
-
name
:
start and enable btrfs scrub timer
service
:
name=btrfs-scrub@-.timer enabled=yes state=started
when
:
filesystem == "btrfs"
-
name
:
install mlocate
pacman
:
name=mlocate state=present
...
...
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