add create file
This commit is contained in:
parent
1afa62a2fc
commit
380bcfe651
|
@ -8,6 +8,7 @@
|
||||||
lineinfile:
|
lineinfile:
|
||||||
path: "{{ path_hot_plug_udev }}"
|
path: "{{ path_hot_plug_udev }}"
|
||||||
line: "{{ line_hot_plug_udev }}"
|
line: "{{ line_hot_plug_udev }}"
|
||||||
|
create: yes
|
||||||
# ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
# ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||||
|
|
||||||
# ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
# ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||||
|
@ -16,4 +17,5 @@
|
||||||
lineinfile:
|
lineinfile:
|
||||||
path: "{{ path_hot_plug_grub }}"
|
path: "{{ path_hot_plug_grub }}"
|
||||||
line: "{{ line_hot_plug_grub }}"
|
line: "{{ line_hot_plug_grub }}"
|
||||||
|
create: yes
|
||||||
# ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
# ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
Loading…
Reference in New Issue