Remove the unnecessary space

Change-Id: I1bc42db98a37f90bec9ccec89cccf6a2b265c2b0
This commit is contained in:
zhulingjie 2018-07-11 23:18:25 -04:00
parent a7c78ceb43
commit 7015fc3dbb
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@
dest: "{{ haproxy_hatop_download_path }}" dest: "{{ haproxy_hatop_download_path }}"
validate_certs: "{{ haproxy_hatop_download_validate_certs }}" validate_certs: "{{ haproxy_hatop_download_validate_certs }}"
register: fetch_url register: fetch_url
until: fetch_url is success until: fetch_url is success
retries: 3 retries: 3
delay: 10 delay: 10
delegate_to: "{{ (haproxy_hatop_downloader == 'deployment-host') | ternary('localhost', inventory_hostname) }}" delegate_to: "{{ (haproxy_hatop_downloader == 'deployment-host') | ternary('localhost', inventory_hostname) }}"