Added convertx and nocodb

This commit is contained in:
Lino Silva
2025-06-24 23:26:04 +01:00
parent 5bfb547596
commit 4e52cc6883
21 changed files with 363 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