Remove the unnecessary space
Change-Id: I95567f20ea5257f27f5b4e8fbde4da41cb186efa
This commit is contained in:
parent
93463d6efc
commit
08bd475017
@ -42,7 +42,7 @@
|
|||||||
force: "yes"
|
force: "yes"
|
||||||
validate_certs: "{{ pip_validate_certs }}"
|
validate_certs: "{{ pip_validate_certs }}"
|
||||||
register: get_pip
|
register: get_pip
|
||||||
until: get_pip is success
|
until: get_pip is success
|
||||||
failed_when: false
|
failed_when: false
|
||||||
retries: 5
|
retries: 5
|
||||||
delay: 2
|
delay: 2
|
||||||
@ -57,7 +57,7 @@
|
|||||||
- get_pip is failed
|
- get_pip is failed
|
||||||
- pip_fallback_url is defined
|
- pip_fallback_url is defined
|
||||||
register: get_pip_fallback
|
register: get_pip_fallback
|
||||||
until: get_pip_fallback is success
|
until: get_pip_fallback is success
|
||||||
retries: 5
|
retries: 5
|
||||||
delay: 2
|
delay: 2
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user