Fix graphics quirk and add HP 550.
This commit is contained in:
parent
1e83a0f1f6
commit
c1b498c973
1 changed files with 2 additions and 2 deletions
|
@ -31,10 +31,10 @@
|
||||||
line: 'AutomaticLogin = {{ auto_user }}'
|
line: 'AutomaticLogin = {{ auto_user }}'
|
||||||
|
|
||||||
- name: graphics quirk
|
- name: graphics quirk
|
||||||
when: ansible_product_name == "HP 500"
|
when: ansible_product_name == "HP 500" or ansible_product_name == "HP 550"
|
||||||
lineinfile:
|
lineinfile:
|
||||||
dest: /etc/default/grub
|
dest: /etc/default/grub
|
||||||
regexp: '^(GRUB_CMDLINE_LINUX_DEFAULT=).*'
|
regexp: '^(GRUB_CMDLINE_LINUX=)""'
|
||||||
line: '\1"video=SVIDEO-1:d"'
|
line: '\1"video=SVIDEO-1:d"'
|
||||||
backrefs: yes
|
backrefs: yes
|
||||||
notify: update grub
|
notify: update grub
|
||||||
|
|
Loading…
Add table
Reference in a new issue