From aece03312f268fbdc268aa8c97541c583e605001 Mon Sep 17 00:00:00 2001 From: Adrian Likins Date: Tue, 26 Jul 2016 13:57:06 -0400 Subject: [PATCH] Add a doc note that local_tmp was added in 2.1 (#15730) Fixes #15719 --- docsite/rst/intro_configuration.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docsite/rst/intro_configuration.rst b/docsite/rst/intro_configuration.rst index e4b1cb0a98f..635bcd149f3 100644 --- a/docsite/rst/intro_configuration.rst +++ b/docsite/rst/intro_configuration.rst @@ -457,6 +457,8 @@ Ansible knows how to look in multiple locations if you feed it a colon separated local_tmp ========= +.. versionadded:: 2.1 + When Ansible gets ready to send a module to a remote machine it usually has to add a few things to the module: Some boilerplate code, the module's parameters, and a few constants from the config file. This combination of