add create file

This commit is contained in:
Ruben Blanco 2024-01-09 19:16:39 +01:00
parent 1afa62a2fc
commit 380bcfe651
1 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,7 @@
lineinfile:
path: "{{ path_hot_plug_udev }}"
line: "{{ line_hot_plug_udev }}"
create: yes
# ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
# ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
@ -16,4 +17,5 @@
lineinfile:
path: "{{ path_hot_plug_grub }}"
line: "{{ line_hot_plug_grub }}"
create: yes
# ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++