Skip to content

Commit

Permalink
Update hetzner.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MrDoobPG authored and MrDoobPG committed Aug 25, 2019
1 parent ff5f60e commit 13aa5f8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions menu/roles/kernel/tasks/subtasks/hetzner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@
regexp: '(^blacklist\si915.*)'
replace: '#\1'

- name: Hetzner | Comment out GRUB_CMDLINE_LINUX_DEFAULT in 'blacklist-hetzner.conf'
replace:
path: "/etc/modprobe.d/blacklist-hetzner.conf"
regexp: '(^GRUB_CMDLINE_LINUX_DEFAULT.*)'
replace: '#\1'

- name: Hetzner | Hetzner GRUB files
set_fact:
hetzner_grub_files:
Expand Down

0 comments on commit 13aa5f8

Please sign in to comment.