Commit 31d81ffd authored by nanahira's avatar nanahira

fix

parent c08ffe40
...@@ -7,8 +7,8 @@ ...@@ -7,8 +7,8 @@
- name: cpufreq - name: cpufreq
become: true become: true
copy: copy:
content: '{{cpufreq}}' content: '{{cpufreq_policy}}'
dest: '{{item.path}}/scaling_governor' dest: '{{item.path}}/scaling_governor'
unsafe_writes: true unsafe_writes: true
when: cpufreq when: cpufreq_policy
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