Reorder apt update
This commit is contained in:
parent
0465d10b5d
commit
df3aae7380
@ -1,6 +1,9 @@
|
||||
---
|
||||
- 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
|
||||
apt:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user