4 lines
71 B
YAML
4 lines
71 B
YAML
- name: Update APT Cache
|
|
ansible.builtin.apt:
|
|
update_cache: true
|
- name: Update APT Cache
|
|
ansible.builtin.apt:
|
|
update_cache: true
|