mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-04 04:12:48 +00:00
* Fixes #19392: allow commands to be specified as lists. new syntax is documented as well
5 lines
163 B
YAML
5 lines
163 B
YAML
---
|
|
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)
|