Remove redundant quotes

This commit is contained in:
Jake Howard 2023-02-02 20:08:10 +00:00
parent d9b6da54ef
commit 8540de9ad1
Signed by: jake
GPG Key ID: 57AFB45680EDD477
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
- name: Create root config directory
file:
path: "/root/.config"
path: /root/.config
state: directory
mode: 0700