---
- hosts: all
become: true
tasks:
- name: update and upgrade apt packages
apt:
upgrade: yes
update_cache: yes
cache_valid_time: 86400