mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-01-11 10:47:25 +01:00
5 lines
95 B
YAML
5 lines
95 B
YAML
- name: apt update all packages to their latest version
|
|
apt:
|
|
name: "*"
|
|
state: latest
|