Merge "Fix /tmp/swift-rings/backups/ files deletion"

This commit is contained in:
Zuul 2021-01-21 12:26:03 +00:00 committed by Gerrit Code Review
commit 4d96568912
2 changed files with 7 additions and 0 deletions

View File

@ -62,6 +62,7 @@
file:
path: "{{ swift_ring_build_path }}"
state: absent
become: true
delegate_to: "{{ swift_ring_build_host }}"
vars:

View File

@ -0,0 +1,6 @@
---
fixes:
- |
Fixes issue with deleting swift ring temporary files.
See `story 2008354 <https://storyboard.openstack.org/#!/story/2008354>`__
for details.