ansible/changelogs/fragments/command-support-argv.yaml

5 lines
163 B
YAML
Raw Normal View History

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