fix intel cpu's problem with Panel Self Refresh
This commit is contained in:
parent
cd6fbf4716
commit
a5f002bc42
3 changed files with 25 additions and 2 deletions
4
roles/system/handlers/main.yml
Normal file
4
roles/system/handlers/main.yml
Normal file
|
@ -0,0 +1,4 @@
|
|||
- name: update grub
|
||||
become: true
|
||||
command:
|
||||
cmd: update-grub
|
Reference in a new issue