[apt] Update cache

Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
This commit is contained in:
Yohann D'ANELLO 2021-04-08 00:46:07 +02:00
parent 680b09ca2c
commit 3ab93fd509
Signed by: ynerant
GPG Key ID: 3A75C55819C8CF85
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

View File

@ -8,7 +8,7 @@
- bind-tools
- git
- man
- mtr
- "{% if ansible_os_family == 'Archlinux' %}mtr{% else %}mtr-tiny{% endif %}"
- sl
- htop
- patch