Changed format of facts cache files to JSON

This commit is contained in:
Alex Tavarez
2025-09-05 12:30:52 -04:00
parent 2b45211ac0
commit c42feba85c

View File

@@ -35,7 +35,7 @@ home=.ansible
become_plugins=plugins/become:.ansible/plugins/become:/usr/share/ansible/plugins/become
# (string) Chooses which cache plugin to use, the default 'memory' is ephemeral.
fact_caching=yaml
fact_caching=jsonfile
# (string) Defines connection or path information for the cache plugin
fact_caching_connection=.ansible/facts
@@ -481,7 +481,7 @@ yaml_valid_extensions=.yml,.yaml
# It can result in a very significant performance improvement when enabled.
# However this conflicts with privilege escalation (become). For example, when using 'sudo:' operations you must first disable 'requiretty' in /etc/sudoers on all managed hosts, which is why it is disabled by default.
# This setting will be disabled if ``ANSIBLE_KEEP_REMOTE_FILES`` is enabled.
pipelining=True
pipelining=False
[colors]