Update file.py's initial_diff() to list existing when state: absent (#56353)

This commit is contained in:
Iain Madder
2019-06-07 14:55:51 +01:00
committed by Sam Doran
parent fba67bbe53
commit 91d326cb68
3 changed files with 38 additions and 2 deletions

View File

@@ -0,0 +1,2 @@
minor_changes:
- file - Extend ``-diff`` to return list of files and folders that will be removed in case of ``state=absent`` (https://github.com/ansible/ansible/pull/56353)