Files
ansible/changelogs/fragments/83700-enable-file-disable-diff.yml
T
Conner CrosbyandGitHub d662a8d088 Enable file module to disable diff_mode (#83700)
Several tasks within the modification_time.yml and state_link.yml task
lists have explicitly enabled diff_mode because these tests previously
assumed a diff attribute would always be returned from the file module.
2024-10-25 18:32:11 +00:00

3 lines
117 B
YAML

minor_changes:
- file - enable file module to disable diff_mode (https://github.com/ansible/ansible/issues/80817).