mirror of
https://github.com/nicolabs/ansible-role-grub.git
synced 2026-05-21 11:58:46 +02:00
Regenerate documents.
This commit is contained in:
parent
b8a124d6b6
commit
4ffae7c7a8
|
|
@ -38,12 +38,12 @@ The machine needs to be prepared in CI this is done using `molecule/resources/pr
|
|||
|
||||
tasks:
|
||||
- name: make /etc/default
|
||||
file:
|
||||
ansible.builtin.file:
|
||||
path: /etc/default
|
||||
state: directory
|
||||
mode: "0755"
|
||||
- name: place bogus /etc/default/grub
|
||||
copy:
|
||||
ansible.builtin.copy:
|
||||
content: 'GRUB_CMDLINE_LINUX="a=1"'
|
||||
dest: /etc/default/grub
|
||||
mode: "0664"
|
||||
|
|
|
|||
Loading…
Reference in a new issue