Files
meshbook/meshbook/examples/refresh_aptcache.yaml
2024-11-28 08:45:07 +01:00

9 lines
188 B
YAML

---
name: Refresh the apt cache
company: Temp-Agents
tasks:
- name: refresh the cache
command: "apt update"
- name: display available upgrades
command: "apt list --upgradable"