Revert "Learning git... stopped tracking examples directory."

This reverts commit 234683e49c.

Adding examples back.
This commit is contained in:
2025-01-10 12:31:42 +01:00
parent 234683e49c
commit 15c8500042
5 changed files with 88 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
---
name: Refresh the apt cache
device: Cubic
variables:
- name: package_manager
value: "apt"
tasks:
- name: refresh the cache
command: "{{ package_manager }} update"
- name: display available upgrades
command: "{{ package_manager }} list --upgradable"