Remove the unnecessary space

Change-Id: I9bc7ee492bccb43b2527d51613cd5c93a7a3cddb
This commit is contained in:
zhulingjie 2018-07-11 23:18:04 -04:00
parent 1deaccde49
commit 61f5e55f64
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
update_cache: "{{ (ansible_pkg_mgr == 'apt') | ternary('yes', omit) }}"
cache_valid_time: "{{ (ansible_pkg_mgr == 'apt') | ternary(cache_timeout, omit) }}"
register: install_packages
until: install_packages is success
until: install_packages is success
retries: 5
delay: 2
tags: