@ -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
upgrade: yes
# - hosts: all