Run apt update
This commit is contained in:
parent
9c620cb28f
commit
761a515e0f
5
roles/common/tasks/Debian.yaml
Normal file
5
roles/common/tasks/Debian.yaml
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
- name: run apt-get update
|
||||
apt:
|
||||
update_cache: yes
|
||||
cache_valid_time: 3600
|
Loading…
Reference in New Issue
Block a user