ansible/changelogs/fragments/file-succeed-if-already-absent.yaml
2018-05-17 16:29:23 -07:00

5 lines
187 B
YAML

---
bugfixes:
- file - 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)