Deprecate STRING_CONVERSION_ACTION (#78860)

pull/81526/head
Martin Krizek 10 months ago committed by GitHub
parent ca08261f08
commit 470f41b275
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,2 @@
deprecated_features:
- "``STRING_CONVERSION_ACTION`` config option is deprecated as it is no longer used in the Ansible Core code base."

@ -2073,6 +2073,10 @@ STRING_CONVERSION_ACTION:
- section: defaults
key: string_conversion_action
type: string
deprecated:
why: This option is no longer used in the Ansible Core code base.
version: "2.19"
alternatives: There is no alternative at the moment. A different mechanism would have to be implemented in the current code base.
VALIDATE_ACTION_GROUP_METADATA:
version_added: '2.12'
description:

Loading…
Cancel
Save