proxmox-ping/apt_update_and_upgrade.yml

10 lines
165 B
YAML
Raw Normal View History

2024-11-09 06:12:38 +00:00
---
- hosts: all
become: true
tasks:
- name: update and upgrade apt packages
apt:
upgrade: yes
update_cache: yes
2024-11-09 06:21:22 +00:00
cache_valid_time: 86400