ansible/playbooks/update-apt.yaml

7 lines
129 B
YAML
Raw Normal View History

2024-09-19 16:09:47 +02:00
- name: Update and upgrade apt packages
become: true
apt:
upgrade: yes
update_cache: yes
cache_valid_time: 86400