Merge "Interpret the swift_managed_regions variable correctly in with_nested loops"
This commit is contained in:
commit
fc036e18f7
@ -68,7 +68,7 @@
|
|||||||
command: "/usr/bin/python /etc/swift/scripts/swift_rings.py -f /etc/swift/scripts/{{ item[0] }}.contents -r {{ item[1] }}"
|
command: "/usr/bin/python /etc/swift/scripts/swift_rings.py -f /etc/swift/scripts/{{ item[0] }}.contents -r {{ item[1] }}"
|
||||||
with_nested:
|
with_nested:
|
||||||
- [ 'account', 'container' ]
|
- [ 'account', 'container' ]
|
||||||
- "{{ swift_managed_regions }}"
|
- swift_managed_regions
|
||||||
when: swift_managed_regions is defined
|
when: swift_managed_regions is defined
|
||||||
sudo: yes
|
sudo: yes
|
||||||
sudo_user: "{{ swift_system_user_name }}"
|
sudo_user: "{{ swift_system_user_name }}"
|
||||||
@ -95,7 +95,7 @@
|
|||||||
command: "/usr/bin/python /etc/swift/scripts/swift_rings.py -f /etc/swift/scripts/object-{{ item[0].policy.index }}.contents -r {{ item[1] }}"
|
command: "/usr/bin/python /etc/swift/scripts/swift_rings.py -f /etc/swift/scripts/object-{{ item[0].policy.index }}.contents -r {{ item[1] }}"
|
||||||
with_nested:
|
with_nested:
|
||||||
- "{{ swift.storage_policies }}"
|
- "{{ swift.storage_policies }}"
|
||||||
- "{{ swift_managed_regions }}"
|
- swift_managed_regions
|
||||||
when: swift_managed_regions is defined
|
when: swift_managed_regions is defined
|
||||||
sudo: yes
|
sudo: yes
|
||||||
sudo_user: "{{ swift_system_user_name }}"
|
sudo_user: "{{ swift_system_user_name }}"
|
||||||
|
@ -61,7 +61,7 @@
|
|||||||
command: "/usr/bin/python /etc/swift/scripts/swift_rings_check.py -f /etc/swift/scripts/{{ item[0] }}.contents -r {{ item[1] }}"
|
command: "/usr/bin/python /etc/swift/scripts/swift_rings_check.py -f /etc/swift/scripts/{{ item[0] }}.contents -r {{ item[1] }}"
|
||||||
with_nested:
|
with_nested:
|
||||||
- [ 'account', 'container' ]
|
- [ 'account', 'container' ]
|
||||||
- "{{ swift_managed_regions }}"
|
- swift_managed_regions
|
||||||
when: swift_managed_regions is defined
|
when: swift_managed_regions is defined
|
||||||
sudo: yes
|
sudo: yes
|
||||||
sudo_user: "{{ swift_system_user_name }}"
|
sudo_user: "{{ swift_system_user_name }}"
|
||||||
@ -88,7 +88,7 @@
|
|||||||
command: "/usr/bin/python /etc/swift/scripts/swift_rings_check.py -f /etc/swift/scripts/object-{{ item[0].policy.index }}.contents -r {{ item[1] }}"
|
command: "/usr/bin/python /etc/swift/scripts/swift_rings_check.py -f /etc/swift/scripts/object-{{ item[0].policy.index }}.contents -r {{ item[1] }}"
|
||||||
with_nested:
|
with_nested:
|
||||||
- "{{ swift.storage_policies }}"
|
- "{{ swift.storage_policies }}"
|
||||||
- "{{ swift_managed_regions }}"
|
- swift_managed_regions
|
||||||
when: swift_managed_regions is defined
|
when: swift_managed_regions is defined
|
||||||
sudo: yes
|
sudo: yes
|
||||||
sudo_user: "{{ swift_system_user_name }}"
|
sudo_user: "{{ swift_system_user_name }}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user