Fixes #19392: allow commands to be specified as lists. new syntax is documented as well. (#40261)

* Fixes #19392: allow commands to be specified as lists.  new syntax is documented as well
This commit is contained in:
Adam Patt
2018-05-16 16:37:39 -04:00
committed by Toshio Kuratomi
parent b325e9900c
commit 223a4c0685
3 changed files with 61 additions and 5 deletions

View File

@@ -0,0 +1,4 @@
---
features:
- command module - Added argv option to allow command to be specified as a list vs. a string
(https://github.com/ansible/ansible/issues/19392)