Use type 'path' for fact_caching_connection in jsonfile cache plugin (#72317)
This commit is contained in:
parent
b848fa0fc7
commit
dee8a4a8f1
2 changed files with 3 additions and 0 deletions
|
@ -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)
|
1
lib/ansible/plugins/cache/jsonfile.py
vendored
1
lib/ansible/plugins/cache/jsonfile.py
vendored
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue