Skip to content
Snippets Groups Projects
Commit f811d314 authored by Margarita Shakhova's avatar Margarita Shakhova
Browse files

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

Add permission escalation to the swift ring generation playbook

Task: 41256
Story: 2008354
Change-Id: I7fa88a203274c3030b3d8e5208f94b2230d43c68
parent d169b4f5
No related branches found
No related tags found
No related merge requests found
...@@ -62,6 +62,7 @@ ...@@ -62,6 +62,7 @@
file: file:
path: "{{ swift_ring_build_path }}" path: "{{ swift_ring_build_path }}"
state: absent state: absent
become: true
delegate_to: "{{ swift_ring_build_host }}" delegate_to: "{{ swift_ring_build_host }}"
vars: vars:
......
---
fixes:
- |
Fixes issue with deleting swift ring temporary files.
See `story 2008354 <https://storyboard.openstack.org/#!/story/2008354>`__
for details.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment