added apt update to debian setup

This commit is contained in:
bigsmokecriminal 2022-01-05 23:58:21 +01:00 committed by GitHub
parent eeef0c0082
commit 34224c94fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -49,3 +49,7 @@
repo: "{{ docker_apt_repository }}"
state: present
update_cache: true
- name: Update apt cache
apt:
update_cache: yes