add quotes around octal values
YAML loaders will load them as strings, providing a consistent behavior. This is also safer as JSON does not support octal values either.
This commit is contained in:
@@ -10,5 +10,5 @@
|
||||
dest: /etc/redis/redis.conf
|
||||
owner: redis
|
||||
group: redis
|
||||
mode: 0640
|
||||
mode: "0640"
|
||||
notify: restart redis
|
||||
|
||||
Reference in New Issue
Block a user