update-apt-packages.yaml hinzugefügt
This commit is contained in:
9
update-apt-packages.yaml
Normal file
9
update-apt-packages.yaml
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
---
|
||||||
|
- hosts: all
|
||||||
|
|
||||||
|
become: true
|
||||||
|
tasks:
|
||||||
|
- name: update apt packages
|
||||||
|
apt:
|
||||||
|
upgrade: yes
|
||||||
|
update_cache: yes
|
||||||
Reference in New Issue
Block a user