diff --git a/playbooks/swift_ring_rebalance.yaml b/playbooks/swift_ring_rebalance.yaml index c4933035c..4c69b7f6c 100644 --- a/playbooks/swift_ring_rebalance.yaml +++ b/playbooks/swift_ring_rebalance.yaml @@ -53,10 +53,12 @@ src: /tmp/swift-rings.tar.gz dest: /{{ base_directory }} remote_src: yes + become: true - name: Get recon data command: cat /var/cache/swift/object.recon register: recon + become: true - name: Check if it is safe to continue rebalancing set_fact: @@ -116,3 +118,4 @@ src: /tmp/swift-rings.tar.gz dest: /{{ base_directory }} remote_src: yes + become: true