[apt] Update cache
Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
This commit is contained in:
parent
680b09ca2c
commit
3ab93fd509
@ -36,3 +36,7 @@
|
||||
with_nested:
|
||||
- ["sources.list", "preferences"]
|
||||
- "{{ apt.pin|dict2items }}"
|
||||
|
||||
- name: Update APT cache
|
||||
apt:
|
||||
update_cache: true
|
||||
|
@ -8,7 +8,7 @@
|
||||
- bind-tools
|
||||
- git
|
||||
- man
|
||||
- mtr
|
||||
- "{% if ansible_os_family == 'Archlinux' %}mtr{% else %}mtr-tiny{% endif %}"
|
||||
- sl
|
||||
- htop
|
||||
- patch
|
||||
|
Loading…
Reference in New Issue
Block a user