7402 - template state uses dest parameter not path parameter
This commit is contained in:
parent
e2954cbeb8
commit
bad12337ca
|
@ -12,7 +12,7 @@
|
|||
- name: configure /usr/lib/udev/rules.d/80-hotplug-cpu-mem.rules file
|
||||
template:
|
||||
src: udev.j2
|
||||
path: "{{ path_hot_plug_udev }}"
|
||||
dest: "{{ path_hot_plug_udev }}"
|
||||
owner: root
|
||||
group: root
|
||||
mode: '0644'
|
||||
|
@ -23,7 +23,7 @@
|
|||
- name: configure /etc/default/grub.d/hotplug.cfg file
|
||||
template:
|
||||
src: grub.j2
|
||||
path: "{{ path_hot_plug_grub }}"
|
||||
dest: "{{ path_hot_plug_grub }}"
|
||||
owner: root
|
||||
group: root
|
||||
mode: '0644'
|
||||
|
|
Loading…
Reference in New Issue