Tidy registered variable names in rgw install

Do not reuse add_service when not actually adding a service

Change-Id: I8c214aacb7a669bcba0567f0f3437f287c31cee2
This commit is contained in:
Jonathan Rosser 2018-05-01 07:47:26 +01:00
parent f44c115730
commit a182c4b688
1 changed files with 4 additions and 4 deletions

View File

@ -55,8 +55,8 @@
delegate_to: "{{ groups['utility_all'][0] }}"
run_once: true
when: radosgw_keystone | bool
register: add_service
until: add_service|success
register: add_user
until: add_user|success
retries: 5
delay: 10
no_log: True
@ -126,9 +126,9 @@
interface: "internal"
delegate_to: "{{ groups['utility_all'][0] }}"
run_once: true
register: add_service
register: add_endpoint
when: radosgw_keystone | bool
until: add_service|success
until: add_endpoint|success
retries: 5
delay: 10
no_log: True