Use type 'path' for fact_caching_connection in jsonfile cache plugin (#72317)

This commit is contained in:
Sloane Hertel 2020-10-27 11:10:13 -04:00 committed by GitHub
parent b848fa0fc7
commit dee8a4a8f1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

View file

@ -0,0 +1,2 @@
bugfixes:
- Fix jsonfile cache plugin option '_uri' to be a type path instead of a string. (https://github.com/ansible/ansible/issues/38002)

View file

@ -23,6 +23,7 @@ DOCUMENTATION = '''
ini: ini:
- key: fact_caching_connection - key: fact_caching_connection
section: defaults section: defaults
type: path
_prefix: _prefix:
description: User defined prefix to use when creating the JSON files description: User defined prefix to use when creating the JSON files
env: env: