From c79f36425c7af864e26af65999985674b93a513b Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Wed, 24 Jun 2020 12:13:36 +0200 Subject: some minor cleanup --- roles/core/base/tasks/Debian.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roles/core/base/tasks') diff --git a/roles/core/base/tasks/Debian.yml b/roles/core/base/tasks/Debian.yml index 13c3c9f9..bec27bf9 100644 --- a/roles/core/base/tasks/Debian.yml +++ b/roles/core/base/tasks/Debian.yml @@ -104,11 +104,11 @@ ignoreerrors: yes - name: set kernel command line options + when: install is defined and install.kernel_cmdline is defined lineinfile: path: /etc/default/grub regexp: '^#?GRUB_CMDLINE_LINUX=' line: 'GRUB_CMDLINE_LINUX="{{ install.kernel_cmdline | join(" ") }}"' - when: install is defined and install.kernel_cmdline is defined notify: update grub - name: apply stability fix/workaround for machines using intel NIC -- cgit v1.2.3