diff --git a/liebchen.yml b/liebchen.yml index 02f0a7e..0e1a5be 100644 --- a/liebchen.yml +++ b/liebchen.yml @@ -1,5 +1,15 @@ - hosts: localhost tasks: + - name: Update apt repo and cache + apt: + update_cache: yes + force_apt_get: yes + cache_valid_time: 0 + + - name: Upgrade all packages + apt: + upgrade: dist + force_apt_get: yes - name: Install general packages apt: