two tasks

This commit is contained in:
2024-05-02 20:34:14 +00:00
parent bceab1f35f
commit cfd4fe87ff

View File

@@ -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