fix 🐛: Fix typo in file permissions
Corrected a minor typo in the file permission settings, ensuring proper access control.
This commit is contained in:
@@ -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(', ') }}
|
||||
|
||||
Reference in New Issue
Block a user