9 lines
158 B
YAML
9 lines
158 B
YAML
- name: Disable CPU Boost on Linux Servers
|
|
hosts: all
|
|
become: yes
|
|
user: root
|
|
tasks:
|
|
|
|
- name: btrfs scrub start /
|
|
shell: btrfs scrub start /
|