diff --git a/update-621.yml b/update-621.yml index ac2a964..9100753 100644 --- a/update-621.yml +++ b/update-621.yml @@ -1,8 +1,9 @@ - hosts: all become: true - become_user: root - become_method: sudo tasks: - name: Upgrade the OS (apt-get dist-upgrade) ansible.builtin.apt: - upgrade: dist \ No newline at end of file + upgrade: dist + update_cache: true + autoclean: true + autoremove: true \ No newline at end of file