Docker-Semaphore/playbooks/update-apt-packages.yaml
2023-07-04 18:55:55 +02:00

9 lines
131 B
YAML

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