Files
ansible/tasks/upgrade.yml
T

6 lines
96 B
YAML
Raw Normal View History

---
- name: System - opdater alle pakker
ansible.builtin.dnf:
name: "*"
state: latest