vdk/roles/weareinteractive.apt/tasks/update.yml
2020-01-13 14:51:16 +01:00

7 lines
108 B
YAML
Executable File

---
- name: Updating cache
apt:
update_cache: yes
cache_valid_time: "{{ apt_cache_valid_time }}"