From 77bf1099cdeaffc9282908ce6b21c222e1a0e381 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 27 Jul 2021 22:44:52 -0400 Subject: [PATCH] roles/firmware/tasks/install.yml: Fix path typo in comment --- roles/firmware/tasks/install.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/firmware/tasks/install.yml b/roles/firmware/tasks/install.yml index 2e0bd1e06..ce7004ea2 100644 --- a/roles/firmware/tasks/install.yml +++ b/roles/firmware/tasks/install.yml @@ -2,7 +2,7 @@ include_tasks: download.yml when: firmware_downloaded is undefined # SEE ALSO firmware_installed below -- name: 'Install from template: /usr/bin/iiab-check-firmware, /etc/systemd/iiab-check-firmware.service & /etc/profile.d/iiab-firmware-warn.sh' +- name: 'Install from template: /usr/bin/iiab-check-firmware, /etc/systemd/system/iiab-check-firmware.service & /etc/profile.d/iiab-firmware-warn.sh' template: src: "{{ item.src }}" dest: "{{ item.dest }}"