From 84bbd2b4e3c4f98c05ca67ad6f4c3d4793ca7ea6 Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Thu, 17 Mar 2016 07:25:37 -0700 Subject: [PATCH] corrected version added for ansible_version --- docsite/rst/playbooks_variables.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docsite/rst/playbooks_variables.rst b/docsite/rst/playbooks_variables.rst index c03037ad90..bcdcaad331 100644 --- a/docsite/rst/playbooks_variables.rst +++ b/docsite/rst/playbooks_variables.rst @@ -500,7 +500,7 @@ In this pattern however, you could also write a fact module as well, and may wis Ansible version ``````````````` -.. versionadded:: 2.0 +.. versionadded:: 1.8 To adapt playbook behavior to specific version of ansible, a variable ansible_version is available, with the following structure::