1
0
Fork 0
fossasia-video/ansible/performance.yml

7 lines
198 B
YAML

---
- hosts: all
tasks:
- name: temporarily set performance cpu govenor
become: yes
command: bash -c "echo performance | tee /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor"