Remove the unnecessary space
Change-Id: I5dd365ec21959c60df5f83ad98705f94633e3d8e
This commit is contained in:
@@ -37,7 +37,7 @@
|
|||||||
delegate_to: "{{ physical_host }}"
|
delegate_to: "{{ physical_host }}"
|
||||||
when: container_config is defined and container_config is changed
|
when: container_config is defined and container_config is changed
|
||||||
register: ssh_wait_check
|
register: ssh_wait_check
|
||||||
until: ssh_wait_check is success
|
until: ssh_wait_check is success
|
||||||
retries: 3
|
retries: 3
|
||||||
tags:
|
tags:
|
||||||
- ssh-wait
|
- ssh-wait
|
||||||
|
@@ -22,7 +22,7 @@
|
|||||||
with_dict: "{{ cloudkitty_services }}"
|
with_dict: "{{ cloudkitty_services }}"
|
||||||
when: inventory_hostname in groups[item.value.group]
|
when: inventory_hostname in groups[item.value.group]
|
||||||
register: _stop
|
register: _stop
|
||||||
until: _stop is success
|
until: _stop is success
|
||||||
retries: 5
|
retries: 5
|
||||||
delay: 2
|
delay: 2
|
||||||
listen: Restart cloudkitty services
|
listen: Restart cloudkitty services
|
||||||
@@ -54,7 +54,7 @@
|
|||||||
with_dict: "{{ cloudkitty_services }}"
|
with_dict: "{{ cloudkitty_services }}"
|
||||||
when: inventory_hostname in groups[item.value.group]
|
when: inventory_hostname in groups[item.value.group]
|
||||||
register: _start
|
register: _start
|
||||||
until: _start is success
|
until: _start is success
|
||||||
retries: 5
|
retries: 5
|
||||||
delay: 2
|
delay: 2
|
||||||
listen: Restart cloudkitty services
|
listen: Restart cloudkitty services
|
||||||
|
Reference in New Issue
Block a user