[apt] Update cache

Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
This commit is contained in:
2021-04-08 00:46:07 +02:00
parent 680b09ca2c
commit 3ab93fd509
2 changed files with 5 additions and 1 deletions

View File

@ -36,3 +36,7 @@
with_nested:
- ["sources.list", "preferences"]
- "{{ apt.pin|dict2items }}"
- name: Update APT cache
apt:
update_cache: true