Initial commit
This commit is contained in:
6
roles/weareinteractive.apt/tasks/update.yml
Executable file
6
roles/weareinteractive.apt/tasks/update.yml
Executable file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
|
||||
- name: Updating cache
|
||||
apt:
|
||||
update_cache: yes
|
||||
cache_valid_time: "{{ apt_cache_valid_time }}"
|
||||
Reference in New Issue
Block a user