Add changelog for file removal race

pull/4420/head
Toshio Kuratomi 2018-04-30 09:12:40 -07:00
parent 6a08b16c37
commit 7c9122a89d
1 changed files with 5 additions and 0 deletions

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)