feat: update apt cache when repo installed
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
- name: Update APT Cache
|
||||
ansible.builtin.apt:
|
||||
update_cache: true
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,3 @@
|
||||
- name: Update APT Cache
|
||||
ansible.builtin.apt:
|
||||
update_cache: true
|
||||