ansible/changelogs/fragments/command_deliver_promisses.yml

7 lines
347 B
YAML
Raw Normal View History

bugfixes:
- command module, now always returns what we documented as 'returns always'.
- command module, now all options work in ad-hoc execution.
- command module, clarify order of remove/creates checks.
- command module, correctly handles chdir to symlinks.
- command module, move to standarized messages in 'msg' vs abusing 'stdout'.