Merge "Fix lint issue"

This commit is contained in:
Zuul 2017-09-07 14:15:38 +00:00 committed by Gerrit Code Review
commit 421b815069

View File

@ -22,5 +22,6 @@
# Make sure OS does not have a stale package cache.
- name: Update apt cache
become: yes
command: apt-get update
apt:
update_cache: yes
when: ansible_os_family == 'Debian'