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

View file

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