Remove the unnecessary space

Change-Id: I8a1ac90a51841a0e39d838f267c67f5c43ead7d2
This commit is contained in:
zhulingjie 2018-07-11 23:04:47 -04:00
parent b78a565405
commit 1b6ceb12f3
1 changed files with 1 additions and 1 deletions

View File

@ -20,6 +20,6 @@
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