[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:
|
with_nested:
|
||||||
- ["sources.list", "preferences"]
|
- ["sources.list", "preferences"]
|
||||||
- "{{ apt.pin|dict2items }}"
|
- "{{ apt.pin|dict2items }}"
|
||||||
|
|
||||||
|
- name: Update APT cache
|
||||||
|
apt:
|
||||||
|
update_cache: true
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
- bind-tools
|
- bind-tools
|
||||||
- git
|
- git
|
||||||
- man
|
- man
|
||||||
- mtr
|
- "{% if ansible_os_family == 'Archlinux' %}mtr{% else %}mtr-tiny{% endif %}"
|
||||||
- sl
|
- sl
|
||||||
- htop
|
- htop
|
||||||
- patch
|
- patch
|
||||||
|
Loading…
Reference in New Issue
Block a user