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