7402 - template state uses dest parameter not path parameter #9

Merged
jlopez merged 1 commits from 7402_Fix-template-destination-state into main 2024-05-21 08:35:40 +00:00
1 changed files with 2 additions and 2 deletions

View File

@ -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'