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:
|
tasks:
|
||||||
- name: make /etc/default
|
- name: make /etc/default
|
||||||
file:
|
ansible.builtin.file:
|
||||||
path: /etc/default
|
path: /etc/default
|
||||||
state: directory
|
state: directory
|
||||||
mode: "0755"
|
mode: "0755"
|
||||||
- name: place bogus /etc/default/grub
|
- name: place bogus /etc/default/grub
|
||||||
copy:
|
ansible.builtin.copy:
|
||||||
content: 'GRUB_CMDLINE_LINUX="a=1"'
|
content: 'GRUB_CMDLINE_LINUX="a=1"'
|
||||||
dest: /etc/default/grub
|
dest: /etc/default/grub
|
||||||
mode: "0664"
|
mode: "0664"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue