Browse code

Add new command parameter to CHANGELOG

Toshio Kuratomi authored on 2017/08/16 06:29:52
Showing 1 changed files
... ...
@@ -155,6 +155,8 @@ Ansible Changes By Release
155 155
 - The template module gained a follow parameter to match with copy and file.
156 156
   Like those modules, template defaults this parameter to False.  Previously,
157 157
   template hardcoded this to true.
158
+- Added a new parameter to command module that lets users specify data to pipe
159
+  into the command's stdin.
158 160
 
159 161
 ### New Modules
160 162
 - aci