mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Change version added to 2.5.1 (#38604)
A bugfix backported to 2.5 also contained the new toggle option. The release manager approved backporting this added feature to the dot release, so updating devel to accurately reflect when the fetaure was added.
This commit is contained in:
parent
e5776a129a
commit
90a7b3bef3
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ DOCUMENTATION = '''
|
|||
- name: ANSIBLE_INVENTORY_PLUGIN_SCRIPT_CACHE
|
||||
always_show_stderr:
|
||||
description: Toggle display of stderr even when script was successful
|
||||
version_added: "2.6"
|
||||
version_added: "2.5.1"
|
||||
default: True
|
||||
type: boolean
|
||||
ini:
|
||||
|
|
Loading…
Reference in a new issue