Commit 492e5d3a authored by nanahira's avatar nanahira

fix

parent a5631773
......@@ -10,5 +10,5 @@
content: '{{cpufreq}}'
dest: '{{item.path}}/scaling_governor'
unsafe_writes: true
when: 'cpufreq !== "none"'
when: 'cpufreq != "none"'
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