From 90a7b3bef3f3118b66bd6ffc7418ed66d3f0623e Mon Sep 17 00:00:00 2001 From: Sam Doran Date: Wed, 11 Apr 2018 17:52:27 -0400 Subject: [PATCH] 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. --- lib/ansible/plugins/inventory/script.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/plugins/inventory/script.py b/lib/ansible/plugins/inventory/script.py index 4985a3ef20..b62da1ff82 100644 --- a/lib/ansible/plugins/inventory/script.py +++ b/lib/ansible/plugins/inventory/script.py @@ -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: