Merge "Remove unnecessary until in register.yml file"
This commit is contained in:
@@ -13,10 +13,6 @@
|
||||
auth: "{{ '{{ openstack_tacker_auth }}' }}"
|
||||
module_extra_vars:
|
||||
openstack_tacker_auth: "{{ openstack_tacker_auth }}"
|
||||
register: tacker_endpoint
|
||||
until: tacker_endpoint|success
|
||||
retries: 10
|
||||
delay: 5
|
||||
run_once: True
|
||||
with_items:
|
||||
- {'interface': 'admin', 'url': '{{ tacker_admin_endpoint }}'}
|
||||
@@ -35,8 +31,4 @@
|
||||
auth: "{{ '{{ openstack_tacker_auth }}' }}"
|
||||
module_extra_vars:
|
||||
openstack_tacker_auth: "{{ openstack_tacker_auth }}"
|
||||
register: tacker_user
|
||||
until: tacker_user|success
|
||||
retries: 10
|
||||
delay: 5
|
||||
run_once: True
|
||||
|
||||
Reference in New Issue
Block a user