Remove the unnecessary space
Change-Id: I993181a2d352a83d25bcddf5b39f4be016f0018d
This commit is contained in:
parent
aeba0d873e
commit
acb2c87038
@ -28,7 +28,7 @@
|
||||
daemon_reload: yes
|
||||
with_items: "{{ filtered_nova_services }}"
|
||||
register: _stop
|
||||
until: _stop is success
|
||||
until: _stop is success
|
||||
retries: 5
|
||||
delay: 2
|
||||
listen: "Restart nova services"
|
||||
@ -59,7 +59,7 @@
|
||||
daemon_reload: yes
|
||||
with_items: "{{ filtered_nova_services }}"
|
||||
register: _start
|
||||
until: _start is success
|
||||
until: _start is success
|
||||
retries: 5
|
||||
delay: 2
|
||||
listen: "Restart nova services"
|
||||
|
@ -47,7 +47,7 @@
|
||||
update_cache: yes
|
||||
when: add_nv_repos is changed
|
||||
register: update_apt_cache
|
||||
until: update_apt_cache is success
|
||||
until: update_apt_cache is success
|
||||
retries: 5
|
||||
delay: 2
|
||||
tags:
|
||||
|
@ -36,7 +36,7 @@
|
||||
{{ (pip_install_upper_constraints is defined) | ternary('--constraint ' + pip_install_upper_constraints | default(''),'') }}
|
||||
{{ pip_install_options | default('') }}
|
||||
register: install_packages
|
||||
until: install_packages is success
|
||||
until: install_packages is success
|
||||
retries: 5
|
||||
delay: 2
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user