debian_update.yml aktualisiert
This commit is contained in:
parent
897eae39bf
commit
f8514b0c22
|
|
@ -1,5 +1,9 @@
|
|||
- hosts: all
|
||||
become: true
|
||||
tasks:
|
||||
- name: Update apt-get repo and cache
|
||||
apt: update_cache=yes force_apt_get=yes cache_valid_time=3600
|
||||
- name: Update all host/vm packages
|
||||
ansible.builtin.apt:
|
||||
update_cache: true
|
||||
cache_valid_time: 3600
|
||||
name: "*"
|
||||
state: latest
|
||||
Loading…
Reference in New Issue