Add new command parameter to CHANGELOG

This commit is contained in:
Toshio Kuratomi 2017-08-15 14:29:52 -07:00
parent 393909d0cc
commit ed94dd0b9f

View file

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