added dist-upgrade

This commit is contained in:
Markus Rosenstihl 2024-02-12 08:53:23 +01:00
parent 6e11e2771d
commit 384d0a6388

View File

@ -1,5 +1,15 @@
- hosts: localhost
tasks:
- name: Update apt repo and cache
apt:
update_cache: yes
force_apt_get: yes
cache_valid_time: 0
- name: Upgrade all packages
apt:
upgrade: dist
force_apt_get: yes
- name: Install general packages
apt: