Updated documentation.

This commit is contained in:
Daan Selen
2025-01-09 10:26:06 +01:00
parent 5492bd7e2f
commit 577a8266ee
7 changed files with 40 additions and 100 deletions

View File

@@ -0,0 +1,12 @@
---
name: Refresh the apt cache
group: "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"