5 lines
62 B
YAML
5 lines
62 B
YAML
---
|
|
- name: update apt cache
|
|
apt:
|
|
update_cache: yes
|
---
|
|
- name: update apt cache
|
|
apt:
|
|
update_cache: yes
|