Remove the unnecessary space

Change-Id: Id7c6452eccc1d0f3b4ecd6a05531790b30cecd66
This commit is contained in:
zhulingjie 2018-07-11 23:04:20 -04:00
parent 6930b5a2cc
commit 38dcda7880
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,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