feat: Add hortusfox

This commit is contained in:
Lino Silva
2026-01-06 10:29:59 +00:00
parent b03d12bbc3
commit f68ae14096
11 changed files with 200 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
---
- name: Update all packages to their latest version
become: true
ansible.builtin.apt:
update_cache: yes
upgrade: full