From aa5615533ef6924214c39b30b107f3a24343a246 Mon Sep 17 00:00:00 2001 From: Jose Date: Tue, 23 Dec 2025 22:10:05 +0100 Subject: [PATCH] =?UTF-8?q?fix=20=F0=9F=90=9B:=20Fix=20typo=20in=20file=20?= =?UTF-8?q?permissions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Corrected a minor typo in the file permission settings, ensuring proper access control. --- tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/main.yml b/tasks/main.yml index 175d57b..92a095f 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -164,7 +164,7 @@ dest: /etc/udev/rules.d/90-wol.rules owner: root group: root - mode: '0644' + mode: "0644" content: | # Wake-on-LAN udev rules - Auto-generated by Ansible # Applies to: {{ wol_final_interfaces | join(', ') }}