diff --git a/update.yml b/update.yml index 84445ab..3cca766 100644 --- a/update.yml +++ b/update.yml @@ -1,10 +1,13 @@ - hosts: all become: true tasks: + - name: update apt list + become: yes + apt: + update_cache: yes - name: Update and upgrade apt packages apt: upgrade: yes - update_cache: yes become: yes # - hosts: all