Update APT cache
This commit is contained in:
parent
8ff0f6388f
commit
99a1ab093c
1 changed files with 5 additions and 0 deletions
|
@ -18,3 +18,8 @@
|
||||||
ansible.builtin.template:
|
ansible.builtin.template:
|
||||||
src: sources.list
|
src: sources.list
|
||||||
dest: "/etc/apt/sources.list"
|
dest: "/etc/apt/sources.list"
|
||||||
|
- name: Update APT cache
|
||||||
|
become: true
|
||||||
|
ansible.builtin.apt:
|
||||||
|
update_cache: yes
|
||||||
|
force_apt_get: yes
|
||||||
|
|
Loading…
Reference in a new issue