projects
/
noc.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Grant all members of NOC access to ctf.realraum.at
[noc.git]
/
ansible
/
roles
/
base
/
tasks
/
07grub.yml
1
---
2
- name: set kernel command line options
3
lineinfile:
4
path: /etc/default/grub
5
regexp: '^#?GRUB_CMDLINE_LINUX='
6
line: 'GRUB_CMDLINE_LINUX="{{ install.kernel_cmdline | join(" ") }}"'
7
when: install is defined and install.kernel_cmdline is defined
8
notify: update grub