Files
meshbook/examples/refresh_aptcache.yaml

12 lines
280 B
YAML
Raw Normal View History

---
name: Refresh the apt cache
2024-11-29 09:27:47 +01:00
company: "Temp-Agents"
variables:
- name: package_manager
value: "apt"
tasks:
- name: refresh the cache
command: "{{ package_manager }} update"
- name: display available upgrades
command: "{{ package_manager }} list --upgradable"