mirror of
https://github.com/nicolabs/ansible-role-grub.git
synced 2026-05-21 11:58:46 +02:00
Introduce collections in molecule too.
This commit is contained in:
parent
4b4cde9c72
commit
b8a124d6b6
|
|
@ -9,12 +9,12 @@
|
|||
|
||||
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