6 lines
132 B
YAML
6 lines
132 B
YAML
- name: Update the package cache for apt
|
|
ansible.builtin.shell:
|
|
cmd: apt-get update
|
|
become: true
|
|
listen: update-apt-cache
|