diff options
author | Martin Krizek <martin.krizek@gmail.com> | 2023-04-27 12:59:41 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-27 12:59:41 +0200 |
commit | cc5f8c529b95e6368d46ca7b0e533a044124f69b (patch) | |
tree | 41407a5cd3286f34d54d1a59e51b11a3f3503bda /lib/ansible | |
parent | 5ac292e12d5e1515beb34028346d76bb68398fc8 (diff) | |
download | ansible-cc5f8c529b95e6368d46ca7b0e533a044124f69b.tar.gz |
Remove deprecated default.fact_caching_prefix ini config option (#80441)
Diffstat (limited to 'lib/ansible')
-rw-r--r-- | lib/ansible/plugins/doc_fragments/inventory_cache.py | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/ansible/plugins/doc_fragments/inventory_cache.py b/lib/ansible/plugins/doc_fragments/inventory_cache.py index 9326c3f566..1a0d6316b3 100644 --- a/lib/ansible/plugins/doc_fragments/inventory_cache.py +++ b/lib/ansible/plugins/doc_fragments/inventory_cache.py @@ -67,12 +67,6 @@ options: - name: ANSIBLE_CACHE_PLUGIN_PREFIX - name: ANSIBLE_INVENTORY_CACHE_PLUGIN_PREFIX ini: - - section: default - key: fact_caching_prefix - deprecated: - alternatives: Use the 'defaults' section instead - why: Fixes typing error in INI section name - version: '2.16' - section: defaults key: fact_caching_prefix - section: inventory |