Update 'update.yml'

This commit is contained in:
2024-05-03 08:56:31 +00:00
parent ceae92196b
commit eb6b65e44a

View File

@@ -1,14 +1,13 @@
- hosts: all
become: yes
become_method: sudo
tasks:
- name: update apt list
become: yes
apt:
update_cache: yes
- name: Update and upgrade apt packages
apt:
upgrade: yes
become: yes
# - hosts: all
# become: true