Edit Apt-File
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
become: true
|
become: true
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
- name: Update and upgrade apt packages
|
- name: Update all packages to their latest version
|
||||||
apt:
|
ansible.builtin.apt:
|
||||||
update_cache: yes
|
name: "*"
|
||||||
upgrade: yes
|
state: latest
|
||||||
|
Reference in New Issue
Block a user