Fix typo with devel warning config option (#67590)
This commit is contained in:
parent
c520d70bf4
commit
ec967bce76
1 changed files with 1 additions and 1 deletions
|
@ -1228,7 +1228,7 @@ DEPRECATION_WARNINGS:
|
||||||
- {key: deprecation_warnings, section: defaults}
|
- {key: deprecation_warnings, section: defaults}
|
||||||
type: boolean
|
type: boolean
|
||||||
DEVEL_WARNING:
|
DEVEL_WARNING:
|
||||||
nane: Running devel warning
|
name: Running devel warning
|
||||||
default: True
|
default: True
|
||||||
description: Toggle to control showing warnings related to running devel
|
description: Toggle to control showing warnings related to running devel
|
||||||
env: [{name: ANSIBLE_DEVEL_WARNING}]
|
env: [{name: ANSIBLE_DEVEL_WARNING}]
|
||||||
|
|
Loading…
Reference in a new issue