Ansible/bibliotheque/yml/update-apt-packages.yaml
2024-04-01 10:40:20 +02:00

9 lines
131 B
YAML

---
- hosts: all
become: true
tasks:
- name: update apt packages
apt:
upgrade: yes
update_cache: yes