Add update_cache_insecure: true

This commit is contained in:
Filipe Marcelino 2024-09-02 01:00:37 +01:00
parent 2467417470
commit 8bafe259a7

View File

@ -61,5 +61,6 @@
repo: "{{ docker_apt_repository }}"
state: present
filename: "{{ docker_apt_filename }}"
update_cache_insecure: true
update_cache: true
when: docker_add_repo | bool