Remove redundant quotes
This commit is contained in:
parent
d9b6da54ef
commit
8540de9ad1
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
|||
|
||||
- name: Create root config directory
|
||||
file:
|
||||
path: "/root/.config"
|
||||
path: /root/.config
|
||||
state: directory
|
||||
mode: 0700
|
||||
|
||||
|
|
Loading…
Reference in a new issue