Commit f0fe225e authored by nanahira's avatar nanahira

fix

parent 31d81ffd
......@@ -15,5 +15,5 @@ reboot: false
pip_executable_install: pip
china_mirror_docker: false
china_mirror_pip: false
cpufreq: none
cpufreq_policy: none
vm_agents_status: present
......@@ -10,5 +10,5 @@
content: '{{cpufreq_policy}}'
dest: '{{item.path}}/scaling_governor'
unsafe_writes: true
when: cpufreq_policy
when: cpufreq_policy != '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