mirror of
https://github.com/nicolabs/ansible-role-grub.git
synced 2025-09-21 00:31:42 +02:00
15 lines
251 B
YAML
15 lines
251 B
YAML
|
---
|
||
|
- name: prepare
|
||
|
hosts: all
|
||
|
become: yes
|
||
|
gather_facts: no
|
||
|
|
||
|
roles:
|
||
|
- role: robertdebock.bootstrap
|
||
|
|
||
|
tasks:
|
||
|
- name: place bogus /etc/default/grub
|
||
|
copy:
|
||
|
content: 'GRUB_CMDLINE_LINUX="a=1"'
|
||
|
dest: /etc/default/grub
|