Reorder apt update

This commit is contained in:
c-bordon 2023-10-10 12:31:47 -03:00
parent 0465d10b5d
commit df3aae7380
No known key found for this signature in database
GPG Key ID: E723BAA51FA52642

View File

@ -1,6 +1,9 @@
--- ---
- name: Update apt-get repo and cache - name: Update apt-get repo and cache
apt: update_cache=yes force_apt_get=yes cache_valid_time=3600 apt:
update_cache: yes
force_apt_get: yes
cache_valid_time: 3600
- name: Debian/Ubuntu | Install ca-certificates and gnupg - name: Debian/Ubuntu | Install ca-certificates and gnupg
apt: apt: