Fix a small typo in cache plugin description @ config/base.yml
PR #70420
This commit is contained in:
parent
ce570691e7
commit
626df08d9d
1 changed files with 1 additions and 1 deletions
|
@ -189,7 +189,7 @@ AGNOSTIC_BECOME_PROMPT:
|
|||
CACHE_PLUGIN:
|
||||
name: Persistent Cache plugin
|
||||
default: memory
|
||||
description: Chooses which cache plugin to use, the default 'memory' is ephimeral.
|
||||
description: Chooses which cache plugin to use, the default 'memory' is ephemeral.
|
||||
env: [{name: ANSIBLE_CACHE_PLUGIN}]
|
||||
ini:
|
||||
- {key: fact_caching, section: defaults}
|
||||
|
|
Loading…
Add table
Reference in a new issue