feat: Add minio

This commit is contained in:
Lino Silva
2023-04-22 13:14:09 +01:00
parent 71b0366977
commit de7f1d8b87
12 changed files with 203 additions and 1 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