Clean up extra spaces

Although these errors are not important, they affect the code specification.

Change-Id: Ibc0fe151ccd5a33c552bb72a3cd200642a0d8131
This commit is contained in:
jinyuanliu 2021-09-14 21:47:02 -04:00
parent 5d52afbe4c
commit 9facfdc958
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
- name: create /var/run/swift
file:
path: '/var/run/swift'
path: '/var/run/swift'
owner: '{{ ansible_user_id }}'
group: '{{ ansible_user_gid }}'
state: directory