Run apt update

This commit is contained in:
Ryan Cavicchioni 2019-10-27 18:31:43 -05:00
parent 9c620cb28f
commit 761a515e0f
Signed by: ryanc
GPG Key ID: 877EEDAF9245103D

View File

@ -0,0 +1,5 @@
---
- name: run apt-get update
apt:
update_cache: yes
cache_valid_time: 3600