Run apt-update before installing things

This commit is contained in:
Jannik Beyerstedt 2022-06-10 13:31:01 +02:00
parent b55ad7d322
commit 0b814c6d61
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@
ansible.builtin.apt:
name: "{{ packages }}"
state: present
update_cache: yes
vars:
packages:
- git