Commit 9881bddc authored by nanahira's avatar nanahira

no change cpufreq by default

parent a88793c7
...@@ -13,4 +13,4 @@ upgrade: false ...@@ -13,4 +13,4 @@ upgrade: false
reboot: false reboot: false
pip_executable: pip pip_executable: pip
china_mirror_docker: false china_mirror_docker: false
cpufreq: performance cpufreq: false
...@@ -10,4 +10,5 @@ ...@@ -10,4 +10,5 @@
content: '{{cpufreq}}' content: '{{cpufreq}}'
dest: '{{item.path}}/scaling_governor' dest: '{{item.path}}/scaling_governor'
unsafe_writes: true unsafe_writes: true
when: cpufreq
with_items: '{{freq_list.files}}' with_items: '{{freq_list.files}}'
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment