Change "fatal" to "error" in config docs to match actual behaviour (#76760)

pull/76793/head
Sebastian Wiesinger 3 years ago committed by GitHub
parent 7cd94dd452
commit 2e0fb34937
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -225,7 +225,7 @@ COLLECTIONS_ON_ANSIBLE_VERSION_MISMATCH:
description:
- When a collection is loaded that does not support the running Ansible version (via the collection metadata key
`requires_ansible`), the default behavior is to issue a warning and continue anyway. Setting this value to `ignore`
skips the warning entirely, while setting it to `fatal` will immediately halt Ansible execution.
skips the warning entirely, while setting it to `error` will immediately halt Ansible execution.
env: [{name: ANSIBLE_COLLECTIONS_ON_ANSIBLE_VERSION_MISMATCH}]
ini: [{key: collections_on_ansible_version_mismatch, section: defaults}]
choices: [error, warning, ignore]

Loading…
Cancel
Save