Add changelog for file removal race

This commit is contained in:
Toshio Kuratomi 2018-04-30 09:12:40 -07:00
parent 6a08b16c37
commit 7c9122a89d

View file

@ -0,0 +1,5 @@
---
bugfixes:
- file module - Eliminate an error if we're asked to remove a file but
something removes it while we are processing the request
(https://github.com/ansible/ansible/pull/39466)