diff --git a/op-guide/ansible-deployment.md b/op-guide/ansible-deployment.md index d49d5996790e3..d826944fed026 100644 --- a/op-guide/ansible-deployment.md +++ b/op-guide/ansible-deployment.md @@ -228,13 +228,13 @@ analyzing CPU 0: Taking the above code for example, the system supports the `performance` and `powersave` modes. -> **Note:** As the following shows, if it returns “Not Available”, it means that the current system does not support CPUfreq configuration and you can skip this step. - -> ``` -> # cpupower frequency-info --governors -> analyzing CPU 0: -> available cpufreq governors: Not Available -> ``` +> **Note:** As the following shows, if it returns "Not Available", it means that the current system does not support CPUfreq configuration and you can skip this step. +> +> ``` +> # cpupower frequency-info --governors +> analyzing CPU 0: +> available cpufreq governors: Not Available +> ``` ### Check the current governor mode