From ed94dd0b9f43cdf0058a70278f0e97da58c4d9ae Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Tue, 15 Aug 2017 14:29:52 -0700 Subject: [PATCH] Add new command parameter to CHANGELOG --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ca4ea50dd3..cf14b04285 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -155,6 +155,8 @@ Ansible Changes By Release - The template module gained a follow parameter to match with copy and file. Like those modules, template defaults this parameter to False. Previously, template hardcoded this to true. +- Added a new parameter to command module that lets users specify data to pipe + into the command's stdin. ### New Modules - aci