Docker/Outils/Semaphore/playbooks/update-apt-packages.yaml
2024-04-21 14:42:52 +02:00

9 lines
131 B
YAML

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