mirror of
https://github.com/DaanSelen/meshbook.git
synced 2026-02-20 16:32:11 +00:00
9 lines
188 B
YAML
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" |