1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Merge pull request #9639 from adrianlzt/bug/incorrect_comment

Is it not possible to set a comment in the same line
This commit is contained in:
Brian Coca 2014-11-26 09:59:27 -05:00
commit 8a79554314

View file

@ -759,7 +759,8 @@ To configure fact caching, enable it in ansible.cfg as follows::
[defaults] [defaults]
fact_caching = redis 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. At the time of writing, Redis is the only supported fact caching engine.
To get redis up and running, perform the equivalent OS commands:: To get redis up and running, perform the equivalent OS commands::