ansible/changelogs/fragments/file_touch_check_mode.yaml

6 lines
227 B
YAML
Raw Normal View History

---
bugfixes:
- file module - The touch subcommand had its diff output broken during the
2.6.x development cycle. The patch to fix that broke check mode.
This is now fixed (https://github.com/ansible/ansible/issues/42111)