Learning git... stopped tracking examples directory.

This commit is contained in:
2025-01-10 12:26:58 +01:00
parent f04e49eb7d
commit 234683e49c
5 changed files with 0 additions and 88 deletions
-12
View File
@@ -1,12 +0,0 @@
---
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"