Run apt-update before installing things
This commit is contained in:
parent
b55ad7d322
commit
0b814c6d61
|
@ -6,6 +6,7 @@
|
||||||
ansible.builtin.apt:
|
ansible.builtin.apt:
|
||||||
name: "{{ packages }}"
|
name: "{{ packages }}"
|
||||||
state: present
|
state: present
|
||||||
|
update_cache: yes
|
||||||
vars:
|
vars:
|
||||||
packages:
|
packages:
|
||||||
- git
|
- git
|
||||||
|
|
Loading…
Reference in a new issue