Update APT cache on first invocation

This commit is contained in:
Balázs Németh 2023-03-07 20:29:22 +01:00
parent 67e50e9af0
commit 8dcfbadc24

View File

@ -12,6 +12,7 @@
- apt-transport-https
- ca-certificates
state: present
update_cache: true
when: docker_add_repo | bool
- name: Ensure additional dependencies are installed (on Ubuntu < 20.04 and any other systems).