From 697f55d3c31ab07057231023e07534f32a36189c Mon Sep 17 00:00:00 2001 From: Tobias Manske Date: Wed, 6 Dec 2023 13:05:56 +0100 Subject: [PATCH] fixup! Deploy udev rule --- ansible/plays/thonkpad.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/plays/thonkpad.yaml b/ansible/plays/thonkpad.yaml index 2e21d9e..8c4e631 100644 --- a/ansible/plays/thonkpad.yaml +++ b/ansible/plays/thonkpad.yaml @@ -4,7 +4,7 @@ - name: Deploy udev rule ansible.builtin.template: src: 99-usb-scanner.rules.j2 - dest: /etc/udev/rules.d/ + dest: /etc/udev/rules.d/99-usb-scanner.rules owner: root group: root mode: 0644