Add a doc note that local_tmp was added in 2.1 (#15730)

Fixes #15719
This commit is contained in:
Adrian Likins 2016-07-26 13:57:06 -04:00 committed by Toshio Kuratomi
parent a9aea3c6d4
commit aece03312f

View file

@ -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