diff --git a/roles/config-hot-plug/tasks/main.yaml b/roles/config-hot-plug/tasks/main.yaml index e9853ba..2a249d7 100644 --- a/roles/config-hot-plug/tasks/main.yaml +++ b/roles/config-hot-plug/tasks/main.yaml @@ -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'