Fix permissions for jsonfile cache plugin
By default jsonfile uses mkstemp to create temporary file and it gets 0700 permissions. Explicitly run chmod to fix permissions.
This commit is contained in:
parent
2036276402
commit
f1dce581c3
3 changed files with 65 additions and 1 deletions
|
@ -2,8 +2,10 @@
|
|||
inventory = hosts.yml
|
||||
roles_path = ./roles:./software
|
||||
|
||||
cache_plugins = ./plugins/cache
|
||||
|
||||
gathering = smart
|
||||
fact_caching = jsonfile
|
||||
fact_caching = jsonfile_fix
|
||||
fact_caching_connection = facts
|
||||
fact_caching_timeout = 86400
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue