From f79c1b0d7144df0d2c5e5707af01ec9dc4222ff7 Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Sun, 26 Feb 2023 22:20:44 +0100 Subject: [PATCH] style(lint): quote mode --- tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/main.yml b/tasks/main.yml index 37a071a..b83b59d 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -40,7 +40,7 @@ dest: "/etc/modules-load.d/10-amd-sve.conf" owner: root group: root - mode: 0644 + mode: "0644" - name: Append unix user to unix groups to interact with qemu/kvm ansible.builtin.user: