mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-03-31 15:53:09 +00:00
Is it not possible to set a comment in the same line
This commit is contained in:
@@ -759,7 +759,8 @@ To configure fact caching, enable it in ansible.cfg as follows::
|
||||
|
||||
[defaults]
|
||||
fact_caching = redis
|
||||
fact_caching_timeout = 86400 # seconds
|
||||
fact_caching_timeout = 86400
|
||||
# seconds
|
||||
|
||||
At the time of writing, Redis is the only supported fact caching engine.
|
||||
To get redis up and running, perform the equivalent OS commands::
|
||||
|
||||
Reference in New Issue
Block a user